
@font-face {
    font-family: 'DM Serif Display';
    src: url(DMSerifDisplay-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url(NouvelR-Light.ttf);
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}




