:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
    --bs-font-sans-serif: 'Plus Jakarta Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    --bs-blue: #212c5f;
    --bs-primary: #212c5f;
    --bs-primary-hover: #2C3767;
    --bs-primary-light: #D3D5DF;
    --bs-primary-dark: #171F43;
    --bs-yellow: rgb(255, 184, 34);
    --bs-color-transition: background-color 0.3s ease, color 0.3s ease;
    --bs-white: #f4f4f4;
    --bs-white-hover: #c6c6c6;
}
[data-bs-theme="dark"]{
    --bs-light-text: #f4f4f4;
}

[data-bs-theme="light"]{
    --bs-light-text: #161616;
}

.pagination{
    --bs-pagination-active-bg: #212c5f;
    --bs-pagination-active-border-color: #212c5f;
}

a{
    text-decoration: none!important;
}

h1.h1{
    font-size: calc(1.6rem + 1.5vw);
    font-weight: 300;
}

h2.h2{
    font-size: calc(1.4rem + 1.3vw);
    font-weight: 300;
}

h3.h3{
    font-size: calc(1.2rem + 1.1vw);
    font-weight: 300;
}

h4.h4{
    font-size: calc(1rem + 0.9vw);
    font-weight: 400;
}

@media (max-width: 992px) {
    main{
        min-height: 100vh;
    }
}