/*
Theme Name: GeneratePress Coeurs de Foot
Template: generatepress
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&family=Open+Sans:wght@400;600&display=swap');

:root {
  --color-primary: #C0003C;
  --color-secondary: #FF6B9D;
  --color-dark: #1a1a2e;
  --color-light: #fff5f7;
  --color-gold: #FFB800;
}

body { font-family: 'Open Sans', sans-serif; background: #fafafa; }
.site-header { background: linear-gradient(135deg, #C0003C 0%, #8B0026 100%) !important; border-bottom: 4px solid #FFB800; }
.site-title a { color: #fff !important; font-family: 'Montserrat', sans-serif !important; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.nav-primary a { color: #fff !important; font-weight: 600; }
.nav-primary a:hover { color: #FFB800 !important; }
.entry-title a { color: #C0003C; }
.entry-title a:hover { color: #8B0026; }
.button, .wp-block-button__link { background: #C0003C; color: white; }
.site-footer { background: #1a1a2e; border-top: 4px solid #C0003C; color: #ccc; }
