
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/** VAG Rounded Std Font **/
@font-face {
    font-family: 'VAG Rounded Std';
    src:url('../fonts/VAGRoundedStd-Light.otf') format('otf'),
        url('../fonts/VAGRoundedStd-Light.woff2') format('woff2'),
        url('../fonts/VAGRoundedStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded Std';
    src:url('../fonts/VAGRoundedStd-Thin.otf') format('otf'),
        url('../fonts/VAGRoundedStd-Thin.woff2') format('woff2'),
        url('../fonts/VAGRoundedStd-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded Std';
    src:url('../fonts/VAGRoundedStd-Black.otf') format('otf'),
        url('../fonts/VAGRoundedStd-Black.woff2') format('woff2'),
        url('../fonts/VAGRoundedStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'VAG Rounded Std';
    src:url('../fonts/VAGRoundedStd-Bold.otf') format('otf'),
        url('../fonts/VAGRoundedStd-Bold.woff2') format('woff2'),
        url('../fonts/VAGRoundedStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}