/* -------------- */
/* Marine Rounded */
/* -------------- */

@font-face {
    /* marine_roundedlight */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-light-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    /* marine_roundedregular */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-regular-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    /* marine_roundedbold */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-bold-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    /* marine_roundedblack */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-black-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* --------------------- */
/* Marine Rounded Italic */
/* --------------------- */

@font-face {
    /* marine_roundedlight_italic */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-lightitalic-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    /* marine_roundeditalic */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-regularitalic-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-regularitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    /* marine_roundedbold_italic */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-bolditalic-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    /* marine_roundedblack_italic */
    font-family: 'marine_rounded';
    src: url('./fonts/marinerounded-blackitalic-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

/* ---------------------- */
/* Marine Rounded Oblicua */
/* ---------------------- */

@font-face {
    /* marine_roundedlight_oblicua */
    font-family: 'marine_rounded_oblicua';
    src: url('./fonts/marinerounded-lightoblicua-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-lightoblicua-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    /* marine_roundedoblicua */
    font-family: 'marine_rounded_oblicua';
    src: url('./fonts/marinerounded-regularoblicua-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-regularoblicua-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    /* marine_roundedbold_oblicua */
    font-family: 'marine_rounded_oblicua';
    src: url('./fonts/marinerounded-boldoblicua-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-boldoblicua-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    /* marine_roundedblack_oblicua */
    font-family: 'marine_rounded_oblicua';
    src: url('./fonts/marinerounded-blackoblicua-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-blackoblicua-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* ----------------- */
/* Marine Rounded UP */
/* ----------------- */

@font-face {
    /* marine_roundedup_bold */
    font-family: 'marine_roundedup';
    src: url('./fonts/marinerounded-upbold-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-upbold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    /* marine_roundedup_black */
    font-family: 'marine_roundedup';
    src: url('./fonts/marinerounded-upblack-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-upblack-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    /* marine_roundedup_bold_italic */
    font-family: 'marine_roundedup';
    src: url('./fonts/marinerounded-upbolditalic-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-upbolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    /* marine_roundedup_black_italic */
    font-family: 'marine_roundedup';
    src: url('./fonts/marinerounded-upblackitalic-webfont.woff2') format('woff2'),
         url('./fonts/marinerounded-upblackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}