/* Aykua — Brand Font Declarations
 * All font files are self-hosted in src/fonts/
 * Import this file to get @font-face rules for the brand typefaces.
 */

/* Noto Sans - Variable Font (Primary sans-serif) */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62.5% 100%;
  font-display: swap;
  src: url("./fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf")
    format("truetype-variations");
}

@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62.5% 100%;
  font-display: swap;
  src: url("./fonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf")
    format("truetype-variations");
}

/* Noto Serif - Variable Font (Serif / display) */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62.5% 100%;
  font-display: swap;
  src: url("./fonts/Noto_Serif/NotoSerif-VariableFont_wdth,wght.ttf")
    format("truetype-variations");
}

@font-face {
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62.5% 100%;
  font-display: swap;
  src: url("./fonts/Noto_Serif/NotoSerif-Italic-VariableFont_wdth,wght.ttf")
    format("truetype-variations");
}

/* Merriweather - Light (300) */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-300.ttf")
    format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-300italic.ttf")
    format("truetype");
}

/* Merriweather - Regular (400) */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-italic.ttf")
    format("truetype");
}

/* Merriweather - Bold (700) */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-700.ttf")
    format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-700italic.ttf")
    format("truetype");
}

/* Merriweather - Black (900) */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-900.ttf")
    format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/Merriweather/merriweather-v33-latin-900italic.ttf")
    format("truetype");
}
