.custom-fluent-header {
    background-color: #3a3f44 !important;
    border-bottom: 1px solid var(--accent-base-color) !important;
}

.header-gutters {
    margin: 0.5rem !important;
}

.custom-fluent-footer {
    background-color: #1e212a !important;
    border-top: 1px solid var(--accent-base-color) !important;
    margin-top: -1px;
    height: 45px;
    padding: 5px 5px;
}

.cinzel {
    font-family: "Cinzel Decorative Regular", "sans-serif";
    font-size: 0.7rem !important;
    color: white;
}

.genome {
    font-family: "Genome Thin", "sans-serif";
    font-size: 0.7rem !important;
    color: white;
}

/* LOGOs BEGIN */
@media screen and (min-width: 601px) {
    .logo-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 600px) {
    .logo-text {
        font-size: 16px;
    }
}

@media screen and (min-width: 601px) {
    .slogan-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .slogan-text {
        font-size: 10px;
    }
}

.sw-logo {
    height: 25px;
    fill: var(--accent-base-color);
    align-self: center;
}

.kw-stroke {
    stroke: var(--accent-base-color);
}

.kw-logo {
    height: 25px;
    align-self: center;
}

.primetec-logo {
    height: 17px;
    fill: var(--accent-base-color);
    align-self: center;
}

.solvendo-logo {
    height: 30px;
    fill: var(--accent-base-color);
    align-self: center;
}

/* LOGOs END */
/* FluentCard BEGIN */
@media screen and (min-width: 901px) {
    .card-width {
        --card-width: 75% !important;
        --card-height: 75% !important;
    }
}

@media screen and (max-width: 900px) {
    .card-width {
        --card-width: 100% !important;
        --card-height: 100% !important;
    }
}

/* FluentCard END */
/* Checkbox text BEGIN */
@media screen and (min-width: 901px) {
    .privacy-checkbox {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 900px) {
    .privacy-checkbox {
        font-size: 10px !important;
    }
}

/* Checkbox text END */
/* Privacy BEGIN */
@media screen and (min-width: 601px) {
    .privacy-policy {
        position: absolute;
        bottom: 4rem;
        font-size: 10px;
    }
}

@media screen and (max-width: 600px) {
    .privacy-policy {
        font-size: 8px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .smaller-font * {
        --type-ramp-base-font-size: 0.70rem;
        --type-ramp-plus-1-font-size: 0.93rem;
        --type-ramp-plus-2-font-size: 0.94rem;
        --type-ramp-plus-3-font-size: 0.95rem;
        --type-ramp-plus-4-font-size: 0.96rem;
        --type-ramp-plus-5-font-size: 0.97rem;
        --type-ramp-plus-6-font-size: 0.98rem;
        --type-ramp-base-line-height: 16px;
        --type-ramp-plus-1-line-height: 18px;
        --type-ramp-plus-2-line-height: 18px;
        --type-ramp-plus-3-line-height: 18px;
        --type-ramp-plus-4-line-height: 14px;
        --type-ramp-plus-5-line-height: 12px;
        --type-ramp-plus-6-line-height: 10px;
    }
}

/* Privacy END */
.header-line {
    color: var(--accent-base-color) !important;
    border-top: solid 1px var(--accent-base-color);
    opacity: 0.2;
}

/*# sourceMappingURL=common.css.map */
