﻿/* 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: semiFont;
    src: url(../fonts/Lato-Semibold.woff);
}

@font-face {
    font-family: regularFont;
    src: url(../fonts/Lato-Regular.woff);
}

@font-face {
    font-family: lightFont;
    src: url(../fonts/Lato-Light.woff);
}


@font-face {
    font-family: boldFont;
    src: url(../fonts/Lato-Bold.woff);
}

@font-face {
    font-family: italicFont;
    src: url(../fonts/Lato-Italic.woff);
}

@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);
}

/* Font family definitions end*/

