@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/Museo-Light.woff2") format("woff2"),
        url("../../fonts/Museo-Light.woff") format("woff");
}

@font-face {
    font-family: Museo;
    font-style: italic;
    font-weight: normal;
    src: url("../../fonts/Museo-LightItalic.woff2") format("woff2"),
        url("../../fonts/Museo-LightItalic.woff") format("woff");
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/Museo-Medium.woff2") format("woff2"),
        url("../../fonts/Museo-Medium.woff") format("woff");
}

@font-face {
    font-family: Museo;
    font-style: italic;
    font-weight: 500;
    src: url("../../fonts/Museo-MediumItalic.woff2") format("woff2"),
        url("../../fonts/Museo-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    src: url("../../fonts/Museo-Bold.woff2") format("woff2"),
        url("../../fonts/Museo-Bold.woff") format("woff");
}

@font-face {
    font-family: Museo;
    font-style: italic;
    font-weight: bold;
    src: url("../../fonts/Museo-BoldItalic.woff2") format("woff2"),
        url("../../fonts/Museo-BoldItalic.woff") format("woff");
}