@font-face {
    font-family: 'MonaSans-medium';
    src: url('./Mona-SemiBold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MonaSans-bold';
    src: url('./Mona-Bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mona-Regular';
    src: url('./Mona.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
