@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('../../../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
    url('../../../fonts/MuseoSansCyrl-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url('../../../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
    url('../../../fonts/MuseoSansCyrl-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('../../../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
    url('../../../fonts/MuseoSansCyrl-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url('../../../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
    url('../../../fonts/MuseoSansCyrl-900.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

