/* Local brand fonts — offline, no third-party font request. */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Italic-Variable.ttf") format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "CombiSans-Medium";
  src: url("../fonts/CombiSans-Medium.otf") format("opentype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CombiSans-Book";
  src: url("../fonts/CombiSans-Book.otf") format("opentype");
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avalon Sans";
  src: url("../fonts/CombiSans-Medium.otf") format("opentype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avalon Display";
  src: url("../fonts/CombiSans-Book.otf") format("opentype");
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yati Sans";
  src: url("../fonts/Yati-Sans-Variation.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avalon Myanmar";
  src: url("../fonts/Yati-Sans-Variation.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
