/*
 * Self-hosted @font-face declarations for Saujana Agro.
 *
 * Jost   - geometric sans used for headings/body (weights 400/500/600/700)
 * Caveat - script accent font (weight 600)
 *
 * Both are OFL-licensed, downloaded from Google Fonts via the
 * google-webfonts-helper mirror (gwfh.mranftl.com) and served locally so
 * the site works offline / without a Google Fonts request.
 *
 * Task 6's CSS font stacks must always end in system fallbacks, e.g.:
 *   font-family: 'Jost', 'Avenir Next', 'Trebuchet MS', sans-serif;
 *   font-family: 'Caveat', 'Snell Roundhand', cursive;
 * so the site renders correctly even if these files are ever missing.
 */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('jost-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('jost-v20-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('jost-v20-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('jost-v20-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('caveat-v23-latin-600.woff2') format('woff2');
}
