/* Font classes */
.font-rubik {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.font-heebo {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}

.font-geom {
    font-family: 'Teko', sans-serif;
    font-weight: 900;
}

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

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

/* Background colors */

.bg-red {
    background-color: #cc0001;
}

/* Text colors */

.text-red {
    color: #cc0001;
}

main {
    position: relative;
}

footer {
    z-index: 2;
}

/* FEATHER ICON SIZE */

.feather_16 {
    width: 16px;
    height: 16px;
}

.feather_18 {
    width: 18px;
    height: 18px;
}

.feather_20 {
    width: 20px;
    height: 20px;
}

.feather_24 {
    width: 24px;
    height: 24px;
}

.waaromabArrow {
    stroke-width: 4px;
}

.footerarrow {
    stroke-width: 3px;
    stroke: #cc0001;
}