@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
}

.text-no-wrap {
    max-height: 1em;
    width: max-content;
}

#filter-obs {
    font-size: 10px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1, h2, h3, h4 {
    font-family: "Oxygen", sans-serif !important;
}

h1 {
    font-size: 96px;
    line-height: 172px;
}

h2 {
    font-size: 60px;
    line-height: 108px;
}

h3 {
    font-size: 48px;
    line-height: 84px;
}

h4 {
    font-size: 34px;
    line-height: 60px;
}

h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

.subtitle-1, .subtitle-2,.button-1, .button-2 {
    font-weight: 500;
}

.subtitle-1, .body-1 {
    font-size: 16px;
    line-height: 24px;
}

.subtitle-2 {
    font-size: 14px;
    line-height: 130%;
}

.body-2 {
    font-size: 14px;
    line-height: 135%;
}

.button-1 {
    font-size: 14px;
    line-height: 20px;
}

.caption-1 {
    margin-top: 3px;
    font-size: 12px;
    line-height: 14px;
}

.caption-2 {
    font-size: 10px;
    line-height: 12px;
}

.overline {
    font-size: 10px;
    line-height: 120%;
}

.legenda {
    padding: 0 18px;
}

.DateInput input{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}