@font-face {
    font-family: museo-light;
    src: url("../fonts/MuseoSans/MuseoSans_300.otf") format("opentype");
}

@font-face {
    font-family: museo;
    src: url("../fonts/MuseoSans/MuseoSans_500.otf") format("opentype");
}

@font-face {
    font-family: museo-bold;
    src: url("../fonts/MuseoSans/MuseoSans_900.otf") format("opentype");
}

.museo-text-light{
    font-family: "museo-light";
}

.museo-text{
    font-family: "museo";
}

.museo-text-bold{
    font-family: "museo-bold";
}

.white-svg-filter>img{
    filter: invert(94%) sepia(16%) saturate(14%) hue-rotate(37deg) brightness(104%) contrast(100%);
}

.title{
    font-size: min(5vh, 3vw);
    font-weight: bold;
    margin:0;
}

.text-button{
    font-size: 1.1vw;
}

a{
    color: #F49712;
}

a:hover{
    color: #164194;
}

.subtitle{
    font-size: min(2.5vh, 2vw);
    margin:0;
}

.text{
    font-size: min(1.4vh, 1vw)
}