:root {
    /* Colors */
    --bride-color: rgb(191, 223, 207);
    --bride-color-rgb: 191 223 207;
    --groom-color: rgb(36, 68, 92);
    --groom-color-rgb: 36 68 92;

    /* Fonts families */
    --font-primary: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-heading: 'Lora', ui-serif, Georgia, 'Times New Roman', Times, serif;
    --font-fancy: 'Great Vibes', cursive;

    /* Fonts sizes */
    --font-size-base: clamp(1rem, 1.5vw, 1.25rem);
    --font-size-language-switcher: clamp(0.75rem, 1vw, 0.9rem);
    --font-size-logo: clamp(1.5rem, 3.5vw, 2.5rem);
    --font-size-hero-title: clamp(2rem, 9vw, 10rem);
    --font-size-hero-subtitle: clamp(1rem, 4vw, 5rem);
    --font-size-hero-date: clamp(1rem, 4.5vw, 6rem);
    --font-size-section-title: clamp(1.5rem, 6vw, 3.5rem);
    --font-size-section-subtitle: clamp(1rem, 5vw, 2rem);
    --font-size-small: clamp(0.6rem, 0.2vw, 1rem);

}
