@font-face {
    font-family: new;
    font-style: normal;
    src: url("../typography/new.woff");
}

body {
    /* font-family: var(--default-font); */
    font-family: new !important;
}