﻿@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans-100.otf) format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans-100Italic.otf) format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans-300.otf) format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans-300Italic.otf) format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans_500.otf) format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans_500_Italic.otf) format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans_700.otf) format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans-700Italic.otf) format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans_900.otf) format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: "Museo Sans";
    src: url(fonts/MuseoSans-900Italic.otf) format('opentype');
    font-weight: 900;
    font-style: italic;
}
