@font-face {
    font-family: Marine;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Marine-Regular.otf") format("opentype");
}

@font-face {
    font-family: MarineLight;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Marine-Light.otf") format("opentype");
}

@font-face {
    font-family: MarineBold;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Marine-Bold.otf") format("opentype");
}

@font-face {
    font-family: Marine;
    font-style: oblique;
    font-weight: normal;
    src: url("../fonts/Marine-LightOblicua.otf") format("opentype");
}

@font-face {
    font-family: Marine;
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/Marine-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: Marine;
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/Marine-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: Marine;
    font-style: oblique;
    font-weight: bold;
    src: url("../fonts/Marine-BoldOblicua.otf") format("opentype");
}

