@import 'tailwindcss';
@import './fonts/stylesheet.css';

@theme {
  --font-sans: 'Carmen Sans', sans-serif;
  --color-initial: #212121;
  --color-primary: #1e407a;
  --color-secondary: #7e2527;
  --color-gray: #656C7B;
  --color-navy: #0A102F;
}

html,
body {
  @apply bg-white text-initial;

  @media (prefers-color-scheme: white) {
    color-scheme: white;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}