/*
 * Self-hosted webfonts (audit 2026-05-17).
 *
 * Served as a static asset from `/fonts/fonts.css`. Browser resolves the
 * `url(...)` references relative to this file at runtime, so no webpack
 * loader is involved.
 *
 * Lato:  https://fonts.google.com/specimen/Lato/license  (Open Font License, MIT)
 * Khula: https://fonts.google.com/specimen/Khula/license (Open Font License, MIT)
 */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('Lato-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Lato-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Lato-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('Lato-Black.woff2') format('woff2');
}

@font-face {
  font-family: 'Khula';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('Khula-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Khula';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Khula-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Khula';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Khula-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Khula';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Khula-700.woff2') format('woff2');
}
