@font-face {
    font-family: 'Formata-Regular';
    src: url('Formata_Regular.otf') format('opentype');
    font-weight: 400; /* Normal weight */
    font-style: normal;
}

@font-face {
    font-family: 'Formata-Medium-Condensed';
    src: url('Formata_Medium_Condensed.otf') format('opentype');
    font-weight: 700; /* Bold weight */
    font-style: normal;
}

@font-face {
    font-family: 'Formata-Light-Condensed';
    src: url('Formata_Light_Condensed.otf') format('opentype');
    font-weight: 700; /* Bold weight */
    font-style: normal;
}