/*
Theme Name: ДоступМобил v3
Theme URI: https://dostupmobil.ru
Author: Dostupmobil
Description: Тема для транспортировки больных и инвалидов v3
Version: 1.0
License: GPL v2 or later
Text Domain: dostupmobil
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap');

:root {
    --tw-color-primary: #0ea5e9;
}

* {
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tail-container * {
    font-family: 'Inter', system-ui, sans-serif;
}

.heading-font {
    font-family: 'Space Grotesk', sans-serif;
}

.hero-bg {
    background: linear-gradient(92deg, #0ea5e9 0%, #14b8a6 100%);
}

.card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 25px 25px 0 -10px rgb(14 165 233);
}

.form-input:focus {
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2);
}

@media (max-width: 768px) {
    h1 { font-size: 2.75rem !important; line-height: 1.05 !important; }
    h2 { font-size: 2.25rem !important; }
    .section-padding { padding-top: 4rem !important; padding-bottom: 4rem !important; }
}