@import "tailwindcss";

/* Custom Outlast Sports Brand Colors */
@layer base {
  :root {
    --color-outlast-navy: #01112a;
    --color-outlast-gold: #f1cb8c;
    --color-outlast-gold-dark: #b0864c;
  }
}