/* ================= FONTS ================= */

* {
    font-family: "brother-1816", sans-serif;
    font-weight: 200;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "brother-1816", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

/* ================= COLORS ================= */

.mainColor {
    color: #9fc7aa
}

.mainColorBg {
    background-color: #9fc7aa;
}

/* ================= BUTTONS ================= */

.firstButton {
    background-color: #9fc7aa;
    color: #fff;
    border-radius: 25px;
    padding: 5px 25px;
    transition: 0.3s ease-in-out
}

.firstButton:hover {
    background-color: #9fc7aaa6;
    transition: 0.3s ease-in-out
}