﻿ 
@font-face {
    font-family: 'saans-semibold';
    src: url('../fonts/saans-semibold.otf') format('opentype');
}
@font-face {
    font-family: 'saans-regular';
    src: url('../fonts/saans-regular.otf') format('opentype');
}
@font-face {
    font-family: 'saans-medium';
    src: url('../fonts/saans-medium.otf') format('opentype');
}
@font-face {
    font-family: 'saans-light';
    src: url('../fonts/saans-light.otf') format('opentype');
}
@font-face {
    font-family: 'arial bold italic';
    src: url('../fonts/arial bold italic.ttf') format('truetype');
}
@font-face {
    font-family: 'arial bold';
    src: url('../fonts/arial bold.ttf') format('truetype');
}
@font-face {
    font-family: 'arial italic';
    src: url('../fonts/arial italic.ttf') format('truetype');
}
@font-face {
    font-family: 'arial';
    src: url('../fonts/arial.ttf') format('truetype');
}
@font-face {
    font-family: 'copernicus-bold';
    src: url('../fonts/copernicus-bold.otf') format('opentype');
}
@font-face {
    font-family: 'copernicus-bolditalic';
    src: url('../fonts/copernicus-bolditalic.otf') format('opentype');
}
@font-face {
    font-family: 'copernicus-semibold';
    src: url('../fonts/copernicus-semibold.otf') format('opentype');
}
@font-face {
    font-family: 'copernicus-semibolditalic';
    src: url('../fonts/copernicus-semibolditalic.otf') format('opentype');
}

header {
    font-family:copernicus-bold;
    font-weight:400;
    }
body {
    font-family:saans-regular;
}