@font-face {
    font-family: 'MaryAnn-Medium';
    src: url("../fonts/MaryAnn-Medium.woff") format("woff"),
         url("../fonts/MaryAnn-Medium.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MaryAnn-Light';
    src: url("../fonts/MaryAnn-Light.woff") format("woff"),
         url("../fonts/MaryAnn-Light.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}