/*
 Theme Name:   La Gérine
 Theme URI:    https://lagerine.ch
 Description:  Thème enfant GeneratePress pour le restaurant La Gérine
 Author:       Ethos Digital
 Author URI:   https://ethos-digital.ch
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  lagerine
*/

/* Variables CSS */
:root {
    --color-dark: #1b1a19;
    --color-gold: #dea835;
    --color-gold-light: #d9b367;
    --color-beige: #f1eee8;
    --color-gray: #a1a1a1;
    --color-black: #121212;
    --color-text-dark: #2f2e2d;
    --color-white: #ffffff;
    
    --font-primary: 'Cormorant', serif;
    --font-accent: 'Sacramento', cursive;
}
