@import url('https://fonts.googleapis.com/css2?family=Molle:ital@1&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-body-font-size: 1.1rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quantico", sans-serif;
}

.navbar .nav-link {
    font-size: 1.15rem;
}

.teaser_icon {
    width: 20px;
    height: 20px;
}

.carousel {
    border-radius: 20px;
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: clamp(250px, 40vw, 550px);
    object-fit: cover;
}

.shadow-card {
    box-shadow:
        0 1px 3px rgba(0,0,0,0.08),
        0 8px 24px rgba(0,0,0,0.06);
}