@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
    font-family: 'huggies';
    src: url("../fonts/omnes_huggies-bold-webfont.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'huggies';
    src: url("../fonts/omnes_huggiesmedium-webfont.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'huggies';
    src: url("../fonts/omnes_huggiessemibold-webfont.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'huggies';
    src: url("../fonts/omneshuggieslight-webfont.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Moranga Black It';
    src: url('../fonts/Moranga-BlackIt.woff2') format('woff2'),
        url('../fonts/Moranga-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga';
    src: url('../fonts/Moranga-Bold.woff2') format('woff2'),
        url('../fonts/Moranga-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga';
    src: url('../fonts/Moranga-Black.woff2') format('woff2'),
        url('../fonts/Moranga-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga Light It';
    src: url('../fonts/Moranga-LightIt.woff2') format('woff2'),
        url('../fonts/Moranga-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga';
    src: url('../fonts/Moranga-Light.woff2') format('woff2'),
        url('../fonts/Moranga-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga';
    src: url('../fonts/Moranga-Regular.woff2') format('woff2'),
        url('../fonts/Moranga-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga It';
    src: url('../fonts/Moranga-RegularIt.woff2') format('woff2'),
        url('../fonts/Moranga-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga Medium It';
    src: url('../fonts/Moranga-MediumIt.woff2') format('woff2'),
        url('../fonts/Moranga-MediumIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga';
    src: url('../fonts/Moranga-Medium.woff2') format('woff2'),
        url('../fonts/Moranga-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moranga Bold It';
    src: url('../fonts/Moranga-BoldIt.woff2') format('woff2'),
        url('../fonts/Moranga-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: "Huggies Baton Turbo";
	src: url("../fonts/HuggiesBatonTurboWeb-Medium.woff2") format("woff2"),
	url("../fonts/HuggiesBatonTurboWeb-Medium.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: "Huggies Baton Turbo";
	src: url("../fonts/HuggiesBatonTurboWeb-MediumItalic.woff2") format("woff2"),
	url("../fonts/HuggiesBatonTurboWeb-MediumItalic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Huggies Baton Turbo";
	src: url("../fonts/HuggiesBatonTurboWeb-Bold.woff2") format("woff2"),
	url("../fonts/HuggiesBatonTurboWeb-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family: "Huggies Baton Turbo";
	src: url("../fonts/HuggiesBatonTurboWeb-BoldItalic.woff2") format("woff2"),
	url("../fonts/HuggiesBatonTurboWeb-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}


@font-face {
	font-family: "Huggies Baton Turbo";
	src: url("../fonts/HuggiesBatonTurboWeb-Heavy.woff2") format("woff2"),
	url("../fonts/HuggiesBatonTurboWeb-Heavy.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}


@font-face {
	font-family: "Huggies Baton Turbo";
	src: url("../fonts/HuggiesBatonTurboWeb-HeavyItalic.woff2") format("woff2"),
	url("../fonts/HuggiesBatonTurboWeb-HeavyItalic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
}

.morbold {
    font-family: 'Moranga';
    font-weight: bold;
}
.mormed {
    font-family: 'Moranga';
    font-weight: 500;
}
.turbobold{
    font-family: "Huggies Baton Turbo";
    font-weight: 700;
}