/**
 * EBW local font package
 * Manrope variable font, locally hosted.
 * Runtime connection to Google Fonts is not required.
 */
@font-face {
    font-family: "Manrope";
    src: url("../fonts/manrope/Manrope-wght.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}
