@font-face {
    font-family: "Mallory";
    src: url("https://yale-webfonts.yalespace.org/fonts/Mallory/Mallory-Light.woff2") format("woff2"),url("https://yale-webfonts.yalespace.org/fonts/Mallory/Mallory-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
body {
    font-size: var(--font-size-18);
    font-family: "Mallory", verdana, sans-serif;
    font-weight: 300;
}