/* CSS Document */

/* ================================================================================================================ */
/* IE9 Compat Modes */
/* IE6-IE8 */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */
/* ================================================================================================================ */

/* FONT DEFINITION: Proxima Nova */

@font-face { /* Titels */
    font-family: 'metropolis_rgbold';
    src: url('../../fonts/Metropolis/Metropolis-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face { /* SubTitels */
    font-family: 'metropolis_ltregular';
    src: url('../../fonts/Metropolis/Metropolis-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face { /* Text */
    font-family: 'metropolis_rgregular';
    src: url('../../fonts/Metropolis/Metropolis-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { /* Text Italic */
    font-family: 'metropolis_rgitalic';
    src: url('../../fonts/Metropolis/Metropolis-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { /* Text SemiBold */
    font-family: 'metropolis_ltbold';
    src: url('../../fonts/Metropolis/Metropolis-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/* Proxima nova fallback in case other themes still reference this. */

@font-face { /* Titels */
    font-family: 'proxima_nova_rgbold';
    src: url('../../fonts/Metropolis/Metropolis-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { /* SubTitels */
    font-family: 'proxima_nova_ltregular';
    src: url('../../fonts/Metropolis/Metropolis-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { /* Text */
    font-family: 'proxima_nova_rgregular';
    src: url('../../fonts/Metropolis/Metropolis-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { /* Text Italic */
    font-family: 'proxima_nova_rgitalic';
    src: url('../../fonts/Metropolis/Metropolis-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face { /* Text SemiBold */
    font-family: 'proxima_nova_ltbold';
    src: url('../../fonts/Metropolis/Metropolis-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}