/* ─────────────────────────────────────────────────────────────────────────
   BGT Custom Webfonts
   Place the .woff files from the site's /fonts/ directory in
   web/themes/custom/bgt/fonts/ to activate Silka and Knile.
   ───────────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Silka';
  src: url('../fonts/silka-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Silka';
  src: url('../fonts/silka-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Knile';
  src: url('../fonts/knile-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Knile';
  src: url('../fonts/knile-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Knile';
  src: url('../fonts/knile-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Knile';
  src: url('../fonts/knile-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}
