@font-face {
    font-family: 'Chronicle Display';
    src: url('webfonts/ChronicleDisplay-Roman.woff2') format('woff2'),
        url('webfonts/ChronicleDisplay-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('webfonts/ChronicleDisplay-Light.woff2') format('woff2'),
        url('webfonts/ChronicleDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'museo_sans_cyrl500';
    src: url('webfonts/museosans-500-webfont.woff2') format('woff2'),
         url('webfonts/museosans-500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans_cyrl100';
    src: url('webfonts/museosans-100-webfont.woff2') format('woff2'),
         url('webfonts/museosans-100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}