.dm-sans-normal {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fw-bold {
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

:root {
    --red: #CC0000;
    --yellow: #CBBA6A;
    --gray: #B9B9B9;
    --green: #00C882;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    background-color: #000000 !important;
}

/* ============================================================================ */
/* ================================== GERAL =================================== */
/* ============================================================================ */

.btn-cta {
    background-color: var(--green) !important;
}