
/*****
	Font: Nunito Sans
*****/

/* Extra light */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
}

/* Light */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}

/* Regular */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

/* Medium */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

/* Bold */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

/* ExtraBold */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
}

/* Black */

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url('../fonts/Nunito-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}
