:root {
    --def-font-size: 2rem;
    --card-height: 20rem;
    --card-width: 30rem;
    --def-icon-container-width: 7.5rem;

    --def-container-width: 32rem;
    --def-cont-topbot-pad: 5rem;

    --slideshow-base-height: calc(100vw * 1.25);

    --def-space: 1.5rem;
}



/* =============================================== */
/* SEMANTIC STYLES */
/* =============================================== */

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.75rem;
}

h4 {
    font-size: 2.5rem;
    margin: 1rem;
}



/* =============================================== */
/* GENERIC CLASSES */
/* =============================================== */

.sfc-img-large-height {
    height: 36rem;
}

.sfc-card-icon-container {
    background-size: 60%;
}

.sfc-card ul {
    font-size: calc(var(--def-font-size) - 0.25rem);
    margin: 0 calc(var(--def-space) * 0.6667) 0 calc(var(--def-space) * 2);
}

.sfc-depoiment-text {
    font-size: 2rem;
}

.sfc-img-medium-height {
    height: 25rem;
}

.sfc-logo-footer {
    height: 15rem;
}

.sfc-secundary-menu > li > a > img, .sfc-secundary-menu > li > a > svg {
    margin: var(--def-space);
}