@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/static/fonts/cormorant-garamond-v16-cyrillic_latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/static/fonts/cormorant-garamond-v16-cyrillic_latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/static/fonts/cormorant-garamond-v16-cyrillic_latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/static/fonts/montserrat-v26-cyrillic_latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/static/fonts/montserrat-v26-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/static/fonts/montserrat-v26-cyrillic_latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/static/fonts/montserrat-v26-cyrillic_latin-600.woff2') format('woff2');
}

:root {
    --color-bg-main: #2D3B32;
    --color-bg-secondary: #232F27;
    --color-bg-dark: #1A241E;
    --color-accent: #E5D3B3;
    --color-accent-hover: #D4C09E;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #BFC7C1;
    
    --card-bg: rgba(255, 255, 255, 0.02);
    --card-border: 1px solid rgba(229, 211, 179, 0.1);
    --card-border-hover: rgba(229, 211, 179, 0.3);
    --transition-base: all 0.3s ease;
    
    --border-radius-forum: 24px;
    
    --font-heading: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    
    --font-size-h1: 3.5rem;
    --font-size-h2: 2.5rem;
    --font-size-p: 1.1rem;
    
    --border-radius-base: 16px;
    --border-radius-arch: 200px 200px 0 0;
    
    --spacing-section: 120px;
    --spacing-section-mobile: 60px;
}