/* ── Font faces ─────────────────────────────────────── */
@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/Hardwater_Sans_Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 300;
  font-style: italic;
  src: url('/fonts/Hardwater_Sans_Light_Italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Hardwater_Sans_Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 400;
  font-style: italic;
  src: url('/fonts/Hardwater_Sans_Italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 500;
  font-style: normal;
  src: url('/fonts/Hardwater_Sans_Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 500;
  font-style: italic;
  src: url('/fonts/Hardwater_Sans_Medium_Italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Hardwater_Sans_Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 700;
  font-style: italic;
  src: url('/fonts/Hardwater_Sans_Bold_Italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 900;
  font-style: normal;
  src: url('/fonts/Hardwater_Sans_Black.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Hardwater Sans';
  font-weight: 900;
  font-style: italic;
  src: url('/fonts/Hardwater_Sans_Black_Italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Sans';
  font-weight: 400 700;
  font-style: normal;
  src: url('/fonts/Instrument_Sans.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Sans';
  font-weight: 400 700;
  font-style: italic;
  src: url('/fonts/Instrument_Sans_Italic.woff2') format('woff2');
  font-display: swap;
}
