/* HGF Design — HyraSans @font-face declarations.
   Family names match the live hyresgastforeningen.se stack (no spaces) so themes
   are drop-in compatible: HyraSansDisplay, HyraSans, HyraSansText.

   url() paths are relative to THIS file (the .woff2 sit next to it). When you copy
   the fonts into a theme, either keep fonts.css beside them or rewrite the paths
   (e.g. url("../fonts/HyraSans-Regular.woff2")). See ../README.md.

   Font: HyraSans © Hyresgästföreningen / Söderhavet — HGF-branded use only. */

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

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

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

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

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