@font-face {
    font-family: "Unica77LL";
    font-style: normal;
    font-weight: 400;
    /* font-display: swap; */
	font-display: block;
    src: local("Unica77LL"),
            local("Unica77LL-Regular"),
            url("../fonts/Unica77LL-Regular.woff2") format("woff2"),
			url("../fonts/Unica77LL-Regular.otf") format("opentype"); /* use otf as fallback only; is slower and woff2 should have 'all the features'. */
}
@font-face {
    font-family: "Unica77LL";
    font-style: normal;
    font-weight: 500;
    /* font-display: swap; */
	font-display: block;
    src: local("Unica77LL"),
            local("Unica77LL-Medium"),
            url("../fonts/Unica77LL-Medium.woff2") format("woff2"),
			url("../fonts/Unica77LL-Medium.otf") format("opentype"); /* use otf as fallback only; is slower and woff2 should have 'all the features'. */
}

/* @font-face {
    font-family: "Rhymes";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Rhymes"),
            local("Rhymes-Italic"),
            url("../fonts/Rhymes-MediumDisplayItalic.woff2") format("woff2");
}
@font-face {
    font-family: "Rhymes";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Rhymes"),
            local("Rhymes-Medium"),
            url("../fonts/Rhymes-MediumDisplay.woff2") format("woff2");
} */