body {
    background-color: white;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0
}

.page {
    margin-top: 77px;
    align-content: center;
    color: var(--darujme-tmava);
    background-color: white !important;
}

/* Body texts */
.body-01 {
    font-size: 10px;
    font-weight: var(--fw-regular);
    /*line-height: 125%;*/
}

.body-02 {
    font-size: 14px;
    font-weight: var(--fw-regular);
    /*line-height: 1.4;*/
}

.body-03 {
    font-size: 16px;
    font-weight: var(--fw-regular);
    /*line-height: 140%;*/
}

.body-04 {
    font-size: 18px;
    font-weight: var(--fw-regular);
    /*line-height: 120%;*/
}

.body-05 {
    font-size: 22px;
    font-weight: var(--fw-regular);
    /*line-height: 110%;*/
}

/* CTA texts */
.cta-01 {
    font-size: 14px;
    font-weight: var(--fw-regular);
    /*line-height: 120%;*/
    text-decoration: underline;
}

.cta-02 {
    font-size: 14px;
    font-weight: var(--fw-regular);
    /*line-height: 110%;*/
}

.btn-pill {
    border-radius: 100px;
}


/*TODO presunut do overrides.css!!*/

/* Headings */
h6 {
    font-size: 20px;
    /*font-weight: var(--fw-bold);*/
    line-height: 1.15;
}

h5 {
    font-size: 26px;
    /*font-weight: var(--fw-regular);*/
    line-height: 1.15;
}

h4 {
    font-size: 34px;
    /*font-weight: var(--fw-regular);*/
    line-height: 1.10;
}

h3 {
    font-size: 38px;
    /*font-weight: var(--fw-bold);*/
    line-height: 1.10;
}

h2 {
    font-size: 60px;
    /*font-weight: var(--fw-regular);*/
    line-height: 1.15;
}

h1 {
    font-size: 65px;
    /*font-weight: var(--fw-bold);*/
    line-height: 1.2;
}

.custom-badge {
    position: absolute;
    top: 0;
    right: 40px;
    padding: 25px 15px 30px 15px;
    font-size: 0.8rem;
    line-height: 1;
    z-index: 10;

    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);


    padding-right: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Width utilities for all Bootstrap breakpoints */
/* Small (sm) - ≥576px */
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }


    .w-sm-70 {
        width: 70% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

/* Medium (md) - ≥768px */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }


    .w-md-70 {
        width: 70% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

/* Large (lg) - ≥992px */
@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }


    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }
}

/* Extra Large (xl) - ≥1200px */
@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }


    .w-xl-70 {
        width: 70% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }
}

/* Extra Extra Large (xxl) - ≥1400px */
@media (min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-60 {
        width: 60% !important;
    }


    .w-xxl-70 {
        width: 70% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-80 {
        width: 80% !important;
    }

    .w-xxl-90 {
        width: 90% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }

    .w-xxl-auto {
        width: auto !important;
    }
}

/* Responsive background images using CSS variables */
.bg-responsive {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: var(--bg-mobile) !important;
}

@media (min-width: 768px) {
    .bg-responsive {
        background-image: var(--bg-desktop, var(--bg-mobile)) !important;
    }
}

/*RichText Image fixes */
.richtext-image {
    max-width: 100%;
    height: auto;
}

.richtext-image.full-width {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* richtext link/anchor fix color */

a {
    color: var(--darujme-tmava);
}
