/* Custom styles */
html, body {
    height: 100%;
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

body {
    background: #f8fafc;
    color: #111827;
}

a {
    color: #f43f3f;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
}

/* Utility classes */
.hidden {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Custom primary color */
.bg-primary {
    background-color: #f43f3f;
}

.text-primary {
    color: #f43f3f;
}

.border-primary {
    border-color: #f43f3f;
}

/* Swiper overrides */
.swiper-pagination-bullet-active {
    background-color: #f43f3f !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f43f3f !important;
}
