/* ════════════════════════════════════════════════════
   SLATHERS — Self-Hosted @font-face Declarations
   Slab serif display typeface — Hero & H1 only.
   Weight 400 (Regular) is the only weight used in
   the current design. Bold declared for completeness.
   ════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Slathers';
  src: url('./Slathers-Regular.woff2') format('woff2'),
       url('./Slathers-Regular.woff')  format('woff');
  font-weight: 400;
  font-style:  normal;
  font-display: swap;
}

@font-face {
  font-family: 'Slathers';
  src: url('./Slathers-Bold.woff2') format('woff2'),
       url('./Slathers-Bold.woff')  format('woff');
  font-weight: 700;
  font-style:  normal;
  font-display: swap;
}
