/*
@media (min-width: 768px) {
    * {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    * {
        font-size: 16px;
    }
}
*/

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

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

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

@font-face {
    font-family: 'Dancing Script Bold';
    font-style: normal;
    src: url(../fonts/DancingScript-Bold.ttf);
}

@font-face {
    font-family: 'Dancing Script Regular';
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/DancingScript-Regular.ttf);
}

/* Lato-Webfonts */

/* Webfont: Lato-Bold */
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/lato/fonts/Lato-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/lato/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/lato/fonts/Lato-Bold.woff2') format('woff2'),
        /* Modern Browsers */ url('../fonts/lato/fonts/Lato-Bold.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/lato/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* Webfont: Lato-BoldItalic */
@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../fonts/lato/fonts/Lato-BoldItalic.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/lato/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/lato/fonts/Lato-BoldItalic.woff2') format('woff2'),
        /* Modern Browsers */ url('../fonts/lato/fonts/Lato-BoldItalic.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/lato/fonts/Lato-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
}
