/* Local Manrope. Loaded only when the woff2 files are actually present in
   static/fonts/, so a missing file never produces a 404 on every page view.
   No external font host is contacted: an extra blocking third-party request
   costs speed and adds a dependency outside our control. */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/manrope-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-02FF, U+0301, U+0400-052F, U+1C80-1C8F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2116, U+2122, U+2191, U+2193, U+2212, U+2215, U+2C60-2C7F, U+2DE0-2DFF, U+A640-A69F, U+A720-A7FF, U+FE2E-FE2F, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/manrope-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-02FF, U+0301, U+0400-052F, U+1C80-1C8F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2116, U+2122, U+2191, U+2193, U+2212, U+2215, U+2C60-2C7F, U+2DE0-2DFF, U+A640-A69F, U+A720-A7FF, U+FE2E-FE2F, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/manrope-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0100-02FF, U+0301, U+0400-052F, U+1C80-1C8F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2116, U+2122, U+2191, U+2193, U+2212, U+2215, U+2C60-2C7F, U+2DE0-2DFF, U+A640-A69F, U+A720-A7FF, U+FE2E-FE2F, U+FEFF, U+FFFD;
}
