/*
100 - Thin (Hairline)
200 - Extra Light (Ultra Light)
300 - Light
400 - Normal
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)
*/



/*museosans-black*/
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-900.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-900.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-700.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-700.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}




@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-600.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-600.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}





@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-500.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-500.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}






/*museosans*/
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-400.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-400.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/*museosans-light*/
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-300.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-300.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/*museosans-thin*/
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-100.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'museosans';
    src:url('fonts/museosans/MuseoSansCyrl-100.ttf') format('truetype');
    font-style: italic;
    font-weight: 100;
    text-rendering: optimizeLegibility;
}



















