@import "tailwindcss";

@font-face {
    font-family: 'Onest';
    src: url('/static/fonts/Onest/Onest.ttf') format('truetype');
    font-weight: 100 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Onest', sans-serif;
    background-color: #F5F3ED;
    overflow-x: hidden;
}

/* Плавная прокрутка для всех ссылок */
html {
    scroll-behavior: smooth;
}

/* Скрываем контент до загрузки Alpine.js */
[x-cloak] {
    display: none !important;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 30px;
}
