/* FONT */
@font-face {
    font-family: Poppins;
    src: local('../fonts/Poppins-Regular.ttf');
}


/* HEADERS */
h1 {
    font-size: 121px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: left;
    color: #90cec6;
}

h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.1;
}

h5, h6 {
    margin: auto;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    color: #3c3c3c;
}

h6 {
    font-size: 18px;
    line-height: 1.1;
}

/* TEXTS */

.text-primary,
a.text-primary {
    color: #eb5f24 !important;
}

.text-secondary,
a.text-secondary {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #3c3c3c !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #d00e38 !important;
}

.text-info {
    font-size: 12px;
    font-weight: normal;
    line-height: 2.33;
    color: #bcbcbc !important;
}

.text-info.hoverable {
    background: #bcbcbc;
    color: whitesmoke !important;
    cursor: help;
}

a:hover {
    text-decoration: none;
}