:root {
  --font-main: 'Font-Main';
  --font-action: 'Font-Action';
  --scale: 1;
  --brand-1: #1D1D1D;
  --brand-2: #fcfcfc;
  --brand-3: #f58333;
  --brand-4: #c8df8c;
  --brand-5: #373737;
  --brand-6: #251B14;
  --brand-7: #75685D;
  --brand-8: #F2EBE6;
}

/* Replacing Shantell_Sans-Normal-Regular.woff2 */
@font-face {
  font-family: "Font-Main";
  src: url("../fonts/Inter-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

/* Replacing Inter-Regular.woff2 for Font-Main (normal weight) */
@font-face {
  font-family: "Font-Main";
  src: url("../fonts/Shantell_Sans-Normal-Regular.woff2");
  font-weight: normal; /* 400 */
  font-style: normal;
  font-display: fallback;
}

/* Replacing Inter-Bold.woff2 for Font-Main (bold weight) */
@font-face {
  font-family: "Font-Main";
  src: url("../fonts/Shantell_Sans-Normal-Bold.woff2");
  font-weight: bold; /* 700 */
  font-style: normal;
  font-display: fallback;
}

/* Adding Shantell_Sans-Normal-Light_Italic.woff2 for Font-Main (light italic) */
@font-face {
  font-family: "Font-Main";
  src: url("../fonts/Shantell_Sans-Normal-Light_Italic.woff2");
  font-weight: 300; /* Light weight */
  font-style: italic;
  font-display: fallback;
}

/* Replacing Inter-Black.woff2 for Font-Action (Dokdo) */
@font-face {
  font-family: "Font-Action";
  src: url("../fonts/dokdo-v22-latin-regular.woff2");
  font-weight: normal; /* Dokdo typically has one weight, treated as 400 */
  font-style: normal;
  font-display: fallback;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Font-Main', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  background: url('/custom/sneaky-background.webp') repeat;
}

@media (prefers-reduced-motion) {
  scroll-behavior: auto;
}
