@import "tailwindcss";
@import "@splidejs/splide/css/core";

@plugin "@tailwindcss/typography";

@theme {
  --color-red: #c51e24;
  --color-yellow: #f0e642;
  --color-purple: #281c6d;
  --color-blue: #0c3766;
  --color-black: #111827;
  --color-dark-purple: #050038;
  --color-gray: #374151;
}
