:root {
    --font-primary: 'Inter', sans-serif;
    --font-heading: 'Inter', sans-serif;
}

body {
    background-color: #ffffff;
    color: #333;
    font-family: var(--font-primary);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #111;
}

.btn {
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    padding: 12px 24px;
    font-weight: 500;
}

.card, .service-card {
    border: 1px solid #eee;
    border-radius: 0 !important;
    box-shadow: none !important;
}

input, select, textarea {
    border-radius: 0 !important;
    border: 1px solid #ddd;
}

/* Reviews Block */
.reviews-block .review-card {
    border: 1px solid #eee;
    border-radius: 0 !important;
    box-shadow: none !important;
}
