///////////////////////////////////////////////////////////////////////////////
// Font stack
// 2019-02-11
//
// PostNord
///////////////////////////////////////////////////////////////////////////////


// ----------------------------------------------------------------------------
// Load fonts
// ----------------------------------------------------------------------------

@font-face {
    font-family: "StagSansWeb-Book";
    src: url("../fonts/web/StagSansWeb-Book.eot?") format("embedded-opentype"),
         url("../fonts/web/StagSansWeb-Book.woff") format("woff"),
         url("../fonts/web/StagSansWeb-Book.svg") format("svg"),
         url("../fonts/web/StagSansWeb-Book.ttf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "StagSansWeb-Medium";
    src: url("../fonts/web/StagSansWeb-Medium.eot?") format("embedded-opentype"),
         url("../fonts/web/StagSansWeb-Medium.woff") format("woff"),
         url("../fonts/web/StagSansWeb-Medium.svg") format("svg"),
         url("../fonts/web/StagSansWeb-Medium.ttf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}



