@font-face {
    font-family: Exo;
    src: local(Exo-Bold),
    url(../../../og/fonts/Exo/static/Exo-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Heebo;
    src: local(Heebo-Bold),
    url(../../../og/fonts/Heebo/static/Heebo-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto-Regular),
    url(../../../og/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.MDB_H1 {
    font-family: Heebo;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.MDB_H2 {
    font-family: Heebo;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.MDB_H3 {
    font-family: Heebo;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.MDB_H4 {
    font-family: Exo;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.OK_BTN_P {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
}

.MDB_P {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
}

.font-weight-normal{
    font-weight: normal;
}

.font-family-Roboto{
    font-family: Roboto;
}

.fs-22px {
    font-size: 22px;
}


.fs-20px {
    font-size: 20px;
}

.font-family-Exo {
    font-family: Exo;
}

.font-non-proportional {
    font-family: 'Roboto Mono', monospace;
}

.fs-18px{
    font-size: 18px;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-1rem {
    font-size: 1rem !important;
}

.font-style-italic {
    font-style: italic !important;
}