@font-face {
  font-family: 'Anuphan';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('/_astro/anuphan-100-700-normal-thai.M2SYPT7d.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: 'Anuphan';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('/_astro/anuphan-100-700-normal-latin.DvQ8j10x.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Anuphan Fallback';
  src: local('Arial');
  size-adjust: 132.98%;
  ascent-override: 77.08%;
  descent-override: 20.68%;
  line-gap-override: 0.00%;
}

@font-face {
  font-family: 'Chewy';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/_astro/chewy-400-normal-latin.BFhrjfYU.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/_astro/caveat-brush-400-normal-latin.2w-6t9gW.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Sriracha';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/_astro/sriracha-400-normal-thai.DVV28QI4.woff2') format('woff2');
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: 'Sriracha';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/_astro/sriracha-400-normal-latin.BbJfUElK.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-sans: 'Anuphan', 'Anuphan Fallback', system-ui, sans-serif, sans-serif;
  --font-display: 'Chewy', Anuphan, sans-serif, sans-serif;
  --font-cursive: 'Caveat Brush', Sriracha, cursive, sans-serif;
  --font-cursive-thai: 'Sriracha', cursive, sans-serif;
}

@theme inline {
  --font-sans: var(--font-sans);
  --font-display: var(--font-display);
  --font-cursive: var(--font-cursive);
  --font-cursive-thai: var(--font-cursive-thai);
}