@font-face {
    font-family: 'Velino';
    src: url("./fonts/VelinoText-Book.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Velino';
    src: url("./fonts/VelinoText-Bold.otf") format("opentype"); /* Open Type Font */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Velino';
    src: url("./fonts/VelinoText-BoldItalic.otf") format("opentype"); /* Open Type Font */
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Velino';
    src: url("./fonts/VelinoText-BookItalic.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Velino';
    src: url("./fonts/VelinoText-Medium.otf") format("opentype"); /* Open Type Font */
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SolideMirageEtroit';
    src: url("./fonts/SolideMirageEtroit.otf") format("opentype"); /* Open Type Font */
    font-weight: normal;
    font-style: normal;
}