﻿
@font-face {
    font-family: 'corpoedemregular';
    src: url('../fonts/corporatee-demi-webfont.woff2') format('woff2'), url('../fonts/corporatee-demi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'corpoeligregular';
    src: url('../fonts/corporatee-light-webfont.woff2') format('woff2'),
         url('../fonts/corporatee-light-webfont.woff') format('woff'),
    url('../fonts/CorporateS-BoldItalic.ttf') format('truetype'),
    url('../fonts/CorporateS-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corposregular';
    src: url('../fonts/corporates-regular-webfont.woff2') format('woff2'),
         url('../fonts/corporates-regular-webfont.woff') format('woff'),
        url('../fonts/CorporateS-Regular.ttf') format('truetype'),
        url('../fonts/CorporateS-RegularItalic.ttf') format('truetype')
    
    ;

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorporateS-Regular';
    src: url('../fonts/CorporateS-Regular.ttf') format('truetype');
}