:root {
    --primary-text: #492619;
    --secondary-text: #896852;
    --primary-bg: #C3AA8D;
    --secondary-bg: #CFBDA4;
}

*, body, button, input, textarea, select, a {
    font-family: 'Signika Negative', sans-serif;
}

.card {
    min-width: 240px; /* This will ensure cards don't shrink below this width */
}

.sdm-primary-bg {
    background-color: var(--primary-bg);
}

.sdm-secondary-bg {
    background-color: var(--secondary-bg);
}

.sdm-primary-text {
    color: var(--primary-text);
}

.sdm-secondary-text {
    color: var(--secondary-text);
}

.sdm-border {
    border: 1px solid var(--primary-text);
}

.sdm-bold {
    font-weight: bold;
}

.sdm-contacts-link {
    color: var(--primary-text);
    text-decoration-color: var(--primary-text);
}

.sdm-contacts-icon {
    color: var(--primary-text);
}

.sdm-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-image {
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
}
