/* === Local fonts (Inter, JetBrains Mono, Oswald) — served from
   /static/fonts/ so the first paint already has the right typeface and
   the page does not reflow when a remote webfont arrives. Each family
   declares the smallest reasonable unicode-range; the browser only
   downloads the subset it actually needs.

   font-display: optional means the browser will use the font only if
   it arrives within the first ~100ms of the page load. Otherwise the
   fallback stays in place for the entire session. Combined with
   <link rel=preload> on the critical subsets in base.html, the
   typeface is always ready by the time we paint, and we never see a
   layout shift or "weight flicker" when the swap eventually happens. === */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/inter-400-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/inter-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/inter-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/inter-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/inter-600-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/inter-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/jetbrainsmono-400-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/jetbrainsmono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/jetbrainsmono-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/jetbrainsmono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/oswald-400-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/oswald-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/oswald-700-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/oswald-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "NTSomic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/ntsomic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NTSomic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/ntsomic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NTSomic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/ntsomic-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "NTSomic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/ntsomic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Evolventa";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/evolventa-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Evolventa";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/evolventa-Oblique.woff2") format("woff2");
}
@font-face {
  font-family: "Evolventa";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/evolventa-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Evolventa";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/evolventa-BoldOblique.woff2") format("woff2");
}
@font-face {
  font-family: "Norwester G";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/norwester-g.woff2") format("woff2");
}
@font-face {
  font-family: "Wastebased";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/wastebased.woff2") format("woff2");
}
@font-face {
  font-family: "Accidental Presidency";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/accidental-presidency.woff2") format("woff2");
}
@font-face {
  font-family: "WDXL Lubrifont JP N";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/wdxl-lubrifont-jp-n.woff2") format("woff2");
}
