/****************************************************************************** 
  Tulip font import
******************************************************************************/
@font-face {
    font-family: 'fs_albertbold';
    src: url('fs_albert-bold-webfont.eot');
    src: url('../fonts/fs_albert-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fs_albert-bold-webfont.woff2') format('woff2'), url('../fonts/fs_albert-bold-webfont.woff') format('woff'), url('../fonts/fs_albert-bold-webfont.ttf') format('truetype'), url('../fonts/fs_albert-bold-webfont.svg#fs_albertbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fs_albertlight';
    src: url('../fonts/fs_albert-light-webfont.eot');
    src: url('../fonts/fs_albert-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fs_albert-light-webfont.woff2') format('woff2'), url('../fonts/fs_albert-light-webfont.woff') format('woff'), url('../fonts/fs_albert-light-webfont.ttf') format('truetype'), url('../fonts/fs_albert-light-webfont.svg#fs_albertlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fs_albertregular';
    src: url('../fonts/fs_albert-webfont.eot');
    src: url('../fonts/fs_albert-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fs_albert-webfont.woff2') format('woff2'), url('../fonts/fs_albert-webfont.woff') format('woff'), url('../fonts/fs_albert-webfont.ttf') format('truetype'), url('../fonts/fs_albert-webfont.svg#fs_albertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'fs_albertthin';
    src: url('../fonts/fs_albert-thin-webfont.eot');
    src: url('../fonts/fs_albert-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fs_albert-thin-webfont.woff2') format('woff2'), url('../fonts/fs_albert-thin-webfont.woff') format('woff'), url('../fonts/fs_albert-thin-webfont.ttf') format('truetype'), url('../fonts/fs_albert-thin-webfont.svg#fs_albertthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fs_albertthin {
    font-family: 'fs_albertthin';
}

.fs_albertlight {
    font-family: 'fs_albertlight';
}

.fs_albertregular {
    font-family: 'fs_albertregular';
}

.fs_albertbold {
    font-family: 'fs_albertbold';
}


/* classes to be used with RTE */
.font-regular {
    font-family: 'fs_albertregular';
}

.font-thin,
.font-light {
    font-family: 'fs_albertthin';
}

.font-bold, b, strong {
    font-family: 'fs_albertbold';
}

