/* ППЧ — webfonts
   Muller     — primary brand grotesque (UI, headings, body)
   Druk Cyr   — heavy condensed display / poster type
   Kiyosuna   — geometric accent (numerals, badges)  */

@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muller";
  src: url("/fonts/Muller-Trial-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Druk Cyr";
  src: url("/fonts/DrukCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kiyosuna Sans";
  src: url("/fonts/KiyosunaSans-B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
