/*
 * Typography Enhancements for Playfair Display + Poppins
 * Optimized for MAXIMUM READABILITY
 */

/* Playfair Display - Heading Font - ZVÄČŠENÉ */
h1, .hero-title, .section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

h2 {
    font-weight: 700;
    letter-spacing: 0.3px;
}

h3 {
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Hero Section - VEĽKÉ A VÝRAZNÉ */
.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.8;
}

/* Section Titles - VEĽKÉ NADPISY */
.section-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 2rem;
}

/* Menu Item Titles - VÄČŠIE */
.menu-item-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

/* Menu Item Descriptions - ČITATEĽNÉ */
.menu-item-description,
.menu-item-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-light);
}

/* Body Text - VÄČŠÍ TEXT */
body,
p,
.page-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* Navigation - ČITATEĽNÉ */
.nav-menu a,
.menu-toggle-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.95rem;
}

/* Buttons - VÝRAZNÉ */
.btn,
.button,
button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 1rem;
}

/* Footer - ČITATEĽNÝ */
.footer-widget h3,
.widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.25rem;
}

.site-footer {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

/* Price Display - VÄČŠIA CENA */
.menu-item-price {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: var(--color-primary);
}

/* Category Headers - VEĽKÉ */
.category-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

/* Page Titles - VÝRAZNÉ */
.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.25rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Responsive Typography Adjustments - STÁLE VEĽKÉ NA MOBILE */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.75rem;
        letter-spacing: 0.3px;
    }

    .section-title {
        font-size: 2.25rem;
        letter-spacing: 0.3px;
    }

    .page-title {
        font-size: 2.25rem;
        letter-spacing: 0.3px;
    }

    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.75rem; }

    p, body {
        font-size: 1rem;
    }

    .menu-item-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.25rem;
    }

    .section-title {
        font-size: 1.875rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    p, body {
        font-size: 0.95rem;
    }
}

/* Font Loading Optimization */
@font-face {
    font-family: 'Playfair Display';
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-display: swap;
}
