/* Global fonts loaded from public to avoid css-loader URL resolution issues */
@font-face {
  font-family: 'TT Chocolates';
  src: url('/fonts/TT Chocolates Trial Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Chocolates';
  src: url('/fonts/TT Chocolates Trial Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: 'TT Chocolates', sans-serif;
  --font-secondary: 'League Spartan', sans-serif;
}
