/* ==========================================================================
   Silka — Atipo Foundry (commercial licence, see assets/fonts/.../Silka_webfont_license.pdf)
   Re-declared as a single family with real weights, replacing the 16
   separately-named families in the original Font Squirrel kit.
   Only the four weights used by the design are shipped.
   ========================================================================== */

@font-face {
  font-family: 'Silka';
  src: url('../fonts/silka/silka-light.woff2') format('woff2'),
       url('../fonts/silka/silka-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Silka';
  src: url('../fonts/silka/silka-semibold.woff2') format('woff2'),
       url('../fonts/silka/silka-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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