/*
 * Effra font family — self-hosted (converted from TTF sources)
 *
 * USAGE IN HTML <head>:
 *
 *   <!-- Preload primary weight (non-blocking) -->
 *   <link rel="preload" href="/fonts/effra-400-normal.woff2" as="font" type="font/woff2" crossorigin>
 *
 *   <!-- Load CSS non-blocking -->
 *   <link rel="stylesheet" href="/fonts/effra.css" media="print" onload="this.media='all'">
 *   <noscript><link rel="stylesheet" href="/fonts/effra.css"></noscript>
 */

@font-face {
  font-family: "effra";
  src: url("/fonts/effra-300-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "effra";
  src: url("/fonts/effra-400-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "effra";
  src: url("/fonts/effra-400-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "effra";
  src: url("/fonts/effra-500-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "effra";
  src: url("/fonts/effra-500-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "effra";
  src: url("/fonts/effra-700-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "effra";
  src: url("/fonts/effra-700-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

.tk-effra {
  font-family: "effra", sans-serif;
}
