﻿/* google fonts */

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

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

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

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

/* montserrat */
@font-face {
    font-family: 'montserrat_light';
    src: url('../fonts/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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


/* limerick */
@font-face {
    font-family: 'limerick_serialmedium';
    src: url('../fonts/Limerick_Serial-Medium-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'limerick_serialxbold';
    src: url('../fonts/Limerick_Serial-Xbold-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'limerick_serialregular';
    src: url('../fonts/Limerick_Serial-Regular-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}

/* roboto condensed */
@font-face {
    font-family: 'roboto_condensed_light';
    src: url('../fonts/RobotoCondensed-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensed_light_italic';
    src: url('../fonts/RobotoCondensed-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'roboto_condensed_italic';
    src: url('../fonts/RobotoCondensed-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'roboto_condensed_bold_italic';
    src: url('../fonts/RobotoCondensed-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

/* roboto  */
@font-face {
    font-family: 'roboto_thin';
    src: url('../fonts/Roboto-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_thin_italic';
    src: url('../fonts/Roboto-ThinItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'roboto_light_italic';
    src: url('../fonts/Roboto-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'roboto_italic';
    src: url('../fonts/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'roboto_bold_italic';
    src: url('../fonts/Roboto-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

/* ASAP Google font */
@font-face {
    font-family: 'asap bold';
    src: url('../fonts/Asap-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap bold italic';
    src: url('../fonts/Asap-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap italic';
    src: url('../fonts/Asap-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap medium';
    src: url('../fonts/Asap-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap medium italic';
    src: url('../fonts/Asap-MediumItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap regular';
    src: url('../fonts/Asap-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap semi bold';
    src: url('../fonts/Asap-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap semi bold italic';
    src: url('../fonts/Asap-SemiBoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}