/**
 * Self-hosted variable fonts for Copper Mule.
 *
 * Files in HighendWP-child/assets/fonts/:
 *   LibreBaskerville-VariableFont_wght.woff2     (wght 400–700)
 *   OpenSans-VariableFont_wdth,wght.woff2        (wght 300–800, wdth 75–100)
 */

@font-face {
    font-family: "Libre Baskerville";
    src: url("../fonts/LibreBaskerville-VariableFont_wght.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-VariableFont_wdth,wght.woff2") format("woff2");
    font-weight: 300 800;
    font-stretch: 75% 100%;
    font-style: normal;
    font-display: swap;
}
