
/* #### NUNITO */

@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: url('Nunito-Regular.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: url('Nunito-Italic.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 200;
src: url('Nunito-ExtraLight.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 200;
src: url('Nunito-ExtraLightItalic.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 300;
src: url('Nunito-Light.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 300;
src: url('Nunito-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 500;
src: url('Nunito-SemiBold.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 500;
src: url('Nunito-SemiBoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 600;
src: url('Nunito-Bold.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 600;
src: url('Nunito-BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 700;
src: url('Nunito-ExtraBold.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 700;
src: url('Nunito-ExtraBoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 800;
src: url('Nunito-Black.woff') format('woff');
}


@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 800;
src: url('Nunito-BlackItalic.woff') format('woff');
}


/* Roboto slab */
@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-Thin.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-ExtraLight.ttf");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("./RobotoSlab-Black.ttf");
    font-weight: 900;
    font-style: normal;
}

/* Gilroy */
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: local('Gilroy-Bold ☞'), url('Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    src: local('Gilroy-Heavy ☞'), url('Gilroy-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    src: local('Gilroy-Light ☞'), url('Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    src: local('Gilroy-Medium ☞'), url('Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Regular ☞'), url('Gilroy-Regular.woff') format('woff');
}