﻿/* Font family definitions start*/

@font-face {
    font-family: AltinnNo;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format('embedded-opentype'), url(../fonts/icons.woff2) format('woff2'),
    url(../fonts/icons.woff) format('woff'),url(../fonts/icons.ttf) format('truetype'),url(../fonts/icons.otf) format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: oswaldRegularFont;
    src: url(../fonts/Oswald-Regular.ttf);
}

@font-face {
    font-family: Oswald-SemiBold;
    src: url(../fonts/Oswald-SemiBold.ttf);
}

@font-face {
    font-family: oswaldMediumFont;
    src: url(../fonts/Oswald-Medium.ttf);
}

@font-face {
    font-family: oswaldLightFont;
    src: url(../fonts/Oswald-Light.ttf);
}

/*Fonts for Oslo tenant*/

@font-face {
    font-family: osloMediumFont;
    src: url(../fonts/OsloSans-Medium.woff);
}

@font-face {
    font-family: osloRegularFont;
    src: url(../fonts/OsloSans-Regular.woff);
}

@font-face {
    font-family: osloBoldFont;
    src: url(../fonts/OsloSans-Bold.woff);
}

@font-face {
    font-family: osloLightFont;
    src: url(../fonts/OsloSans-Light.woff);
}

@font-face {
    font-family: osloRegularItalicFont;
    src: url(../fonts/OsloSans-RegularItalic.woff);
}

/*Fonts for VOSS tenant*/

@font-face {
    font-family: vossMediumFont;
    src: url(../fonts/Apercu-Medium-Pro.woff);
}

@font-face {
    font-family: vossRegularFont;
    src: url(../fonts/Apercu-Regular-Pro.woff);
}

@font-face {
    font-family: vossBoldFont;
    src: url(../fonts/Apercu-Bold-Pro.woff);
}

@font-face {
    font-family: vossLightFont;
    src: url(../fonts/Apercu-Light-Pro.woff);
}

@font-face {
    font-family: vossRegularItalicFont;
    src: url(../fonts/Apercu-Italic-Pro.woff);
}

/*Fonts for Asker tenant*/

@font-face {
    font-family: askerMediumFont;
    src: url(../fonts/AskerSans-Bold.woff); /*Asker scan doesn't have semi font so using bold font */
}

@font-face {
    font-family: askerRegularFont;
    src: url(../fonts/AskerSans-Regular.woff);
}

@font-face {
    font-family: askerBoldFont;
    src: url(../fonts/AskerSans-Bold.woff);
}

@font-face {
    font-family: askerLightFont;
    src: url(../fonts/AskerSans-Regular.woff); /*Asker scan doesn't have light font so using regular font */
}

@font-face {
    font-family: askerRegularItalicFont;
    src: url(../fonts/AskerSans-RegularItalic.woff);
}

/* Font family definitions end*/


/*Fonts (Source sans pro) for Bergen tenant*/

@font-face {
    font-family: sourceSansProMediumFont;
    src: url(../fonts/SourceSansPro-SemiBold.ttf);
}

@font-face {
    font-family: sourceSansProRegularFont;
    src: url(../fonts/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: sourceSansProBoldFont;
    src: url(../fonts/SourceSansPro-Bold.ttf);
}

@font-face {
    font-family: sourceSansProLightFont;
    src: url(../fonts/SourceSansPro-Light.ttf);
}

@font-face {
    font-family: sourceSansProItalicFont;
    src: url(../fonts/SourceSansPro-Italic.ttf);
}

/* Font family for Bergen definitions end*/

