@charset "UTF-8";
@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:normal;
    font-weight:100;
    src:url(/assets/fonts/nunito/Nunito-ExtraLight.ttf) format("truetype")
}
@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:normal;
    font-weight:300;
    src:url(/assets/fonts/nunito/Nunito-Light.ttf) format("truetype")
}


@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:italic;
    font-weight:400;
    src:url(/assets/fonts/nunito/Nunito-Italic.ttf) format("truetype")
}
@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:normal;
    font-weight:400;
    src:url(/assets/fonts/nunito/Nunito-Regular.ttf) format("truetype")
}

@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:italic;
    font-weight:500;
    src:url(/assets/fonts/nunito/Nunito-SemiboldItalic.ttf) format("truetype")
}
@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:normal;
    font-weight:500;
    src:url(/assets/fonts/nunito/Nunito-Semibold.ttf) format("truetype")
}

@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:italic;
    font-weight:600;
    src:url(/assets/fonts/nunito/Nunito-BoldItalic.ttf) format("truetype")
}
@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:normal;
    font-weight:600;
    src:url(/assets/fonts/nunito/Nunito-Bold.ttf) format("truetype")
}

@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:normal;
    font-weight:700;
    src:url(/assets/fonts/nunito/Nunito-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family:'Nunito';
    font-display:auto;
    font-style:normal;
    font-weight:800;
    src:url(/assets/fonts/nunito/Nunito-Black.ttf) format("truetype")
}