﻿/* ---------- FONTS ---------- */
body {
    font-family: 'Moderat-Regular', roboto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #000000;
}

h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: inherit;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 50px;
}

.fs-5_5 {
    font-size: 16px;
}

.fs-7 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .fs-md-6 {
        font-size: 14px;
    }
}

.lh-normal {
    line-height: normal;
}

.fw-light {
    font-family: 'Moderat-Regular';
    font-weight: 300;
}

.fw-semibold {
    font-family: 'Moderat-Regular';
    font-weight: 600;
}

.fw-bold {
    font-family: 'Moderat-Regular';
    font-weight: 700;
}

.error-message {
    margin-top: 4px;
    font-size: 12px;
    color: #dc3545;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }
}


/* ---------- COLORS ---------- */
.bg-darkgrey {
    background: #54565A;
}

/* ---------- LINKS ---------- */
.link-white {
    color: #fff;
}

.link-no-underline {
    text-decoration: none;
}

/* ---------- BUTTONS ---------- */
.btn {
    border-radius: 42px;
}

.btn-main-primary {
    background-color: #F5C446;
    color: #000;
}

    .btn-main-primary:hover {
        background-color: #eeb625;
        color: #000;
    }

/* ---------- SIZING ---------- */
.min-w-195 {
    min-width: 195px;
}

@media screen and (min-width: 768px) {
    .min-w-md-195 {
        min-width: 195px;
    }
}

/* ---------- GAPS ---------- */
.col-gap-6 {
    column-gap: 4rem;
}

/* ---------- SPACING ---------- */
.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pe-20 {
    padding-right: 20px;
}

.ps-20 {
    padding-left: 20px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.me-20 {
    margin-right: 20px;
}

.ms-20 {
    margin-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .px-md-32 {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.mr-32 {
    margin-right: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.mb-40 {
    margin-bottom: 40px;
}

.py-40 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.me-64 {
    margin-right: 64px;
}

.pb-64 {
    padding-bottom: 64px;
}

.mb-64 {
    margin-bottom: 64px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pe-100 {
    padding-right: 100px;
}

.ps-100 {
    padding-left: 100px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.mr-100 {
    margin-right: 100px;
}

@media screen and (min-width: 768px) {
    .mr-md-100 {
        margin-right: 100px;
    }

    .pb-md-100 {
        padding-bottom: 100px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}
