@import "tailwindcss";

@custom-variant dark (&:where(.dark, .dark *));

@theme {
  --color-brand-blue: #001a54;
  --color-brand-dark: #000f30;
  --color-brand-yellow: #ffed00;
  --color-brand-lightblue: #54b4e5;
}

