﻿body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.02em;
}

.modern-input {
    transition: all 0.3s ease;
}

    .modern-input:focus {
        border-color: #0EA5E9;
        box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
        outline: none;
    }
