﻿
@font-face {
    font-family: 'Catamaran-ExtraBold';
    src: url('../../fonts/Catamaran-ExtraBold.eot');
    src: url('../../fonts/Catamaran-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-ExtraBold.woff2') format('woff2'), url('../../fonts/Catamaran-ExtraBold.woff') format('woff'), url('../../fonts/Catamaran-ExtraBold.ttf') format('truetype'), url('../../fonts/Catamaran-ExtraBold.svg#Catamaran-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-Light';
    src: url('../../fonts/Catamaran-Light.eot');
    src: url('../../fonts/Catamaran-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-Light.woff2') format('woff2'), url('../../fonts/Catamaran-Light.woff') format('woff'), url('../../fonts/Catamaran-Light.ttf') format('truetype'), url('../../fonts/Catamaran-Light.svg#Catamaran-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-Bold';
    src: url('../../fonts/Catamaran-Bold.eot');
    src: url('../../fonts/Catamaran-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-Bold.woff2') format('woff2'), url('../../fonts/Catamaran-Bold.woff') format('woff'), url('../../fonts/Catamaran-Bold.ttf') format('truetype'), url('../../fonts/Catamaran-Bold.svg#Catamaran-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-ExtraLight';
    src: url('../../fonts/Catamaran-ExtraLight.eot');
    src: url('../../fonts/Catamaran-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-ExtraLight.woff2') format('woff2'), url('../../fonts/Catamaran-ExtraLight.woff') format('woff'), url('../../fonts/Catamaran-ExtraLight.ttf') format('truetype'), url('../../fonts/Catamaran-ExtraLight.svg#Catamaran-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-SemiBold';
    src: url('../../fonts/Catamaran-SemiBold.eot');
    src: url('../../fonts/Catamaran-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-SemiBold.woff2') format('woff2'), url('../../fonts/Catamaran-SemiBold.woff') format('woff'), url('../../fonts/Catamaran-SemiBold.ttf') format('truetype'), url('../../fonts/Catamaran-SemiBold.svg#Catamaran-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-Thin';
    src: url('../../fonts/Catamaran-Thin.eot');
    src: url('../../fonts/Catamaran-Thin.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-Thin.woff2') format('woff2'), url('../../fonts/Catamaran-Thin.woff') format('woff'), url('../../fonts/Catamaran-Thin.ttf') format('truetype'), url('../../fonts/Catamaran-Thin.svg#Catamaran-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-Medium';
    src: url('../../fonts/Catamaran-Medium.eot');
    src: url('../../fonts/Catamaran-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-Medium.woff2') format('woff2'), url('../../fonts/Catamaran-Medium.woff') format('woff'), url('../../fonts/Catamaran-Medium.ttf') format('truetype'), url('../../fonts/Catamaran-Medium.svg#Catamaran-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-Black';
    src: url('../../fonts/Catamaran-Black.eot');
    src: url('../../fonts/Catamaran-Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-Black.woff2') format('woff2'), url('../../fonts/Catamaran-Black.woff') format('woff'), url('../../fonts/Catamaran-Black.ttf') format('truetype'), url('../../fonts/Catamaran-Black.svg#Catamaran-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran-Regular';
    src: url('../../fonts/Catamaran-Regular.eot');
    src: url('../../fonts/Catamaran-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Catamaran-Regular.woff2') format('woff2'), url('../../fonts/Catamaran-Regular.woff') format('woff'), url('../../fonts/Catamaran-Regular.ttf') format('truetype'), url('../../fonts/Catamaran-Regular.svg#Catamaran-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.f-regular{
    font-family: 'Catamaran-Regular';
}
.f-black{
    font-family: 'Catamaran-Black';
}
.f-medium{
    font-family: 'Catamaran-Medium';
}
.f-thin{
    font-family: 'Catamaran-Thin';
}
.f-semibold{
    font-family: 'Catamaran-SemiBold';
}
.f-extralight{
    font-family: 'Catamaran-ExtraLight';
}
.f-bold{
    font-family: 'Catamaran-Bold';
}
.f-light{
    font-family: 'Catamaran-Light';
}
.f-extrabold{
    font-family: 'Catamaran-ExtraBold';
}