﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSansCyrl-300.otf');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSansCyrl-500.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSansCyrl-700.otf');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSansCyrl-900.otf');
    font-weight: 900;
    font-style: normal;
}












