@font-face {
    font-family: 'Diaspora';
    src: url('../fonts/DiasporaRegular-ALdw7.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orlando';
    src: url('../fonts/OrlandoSignature.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --font-primary: 'Diaspora', sans-serif;
    --font-signature: 'Orlando', cursive;
}

.font-primary {
    font-family: var(--font-primary);
}

.font-signature {
    font-family: var(--font-signature);
}