/*
Theme Name: SAF Federation Theme
Theme URI: https://example.com
Author: Generated by ChatGPT
Author URI: https://example.com
Description: Minimal, responsive WordPress theme for the Senegalese Association's Federation (SAF). Includes homepage template, page templates, and assets.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saf-federation
Tags: custom-logo, custom-menu, translation-ready, responsive
*/
:root{
  --saf-green: #009b3a;
  --saf-yellow: #fccc00;
  --saf-red: #ef3340;
  --saf-dark: #102a43;
  --saf-light: #f7f7f7;
  --accent: #0066cc;
}
body{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:var(--saf-dark); margin:0; padding:0; background:var(--saf-light);}
a{color:var(--accent); text-decoration:none;}
.site-header{background:linear-gradient(90deg,var(--saf-green),var(--saf-yellow)); padding:20px;}
.site-branding{display:flex;align-items:center;gap:16px;}
.site-title{font-size:24px;color:#fff;margin:0;}
.site-description{color:#fff;opacity:0.95;margin:0;font-size:14px;}
.nav{background:#fff;padding:10px 20px;box-shadow:0 2px 4px rgba(0,0,0,0.05);}
.nav ul{list-style:none;margin:0;padding:0;display:flex;gap:12px;}
.container{max-width:1100px;margin:24px auto;padding:0 16px;}
.hero{background:#fff;border-radius:8px;padding:28px;margin-bottom:18px;box-shadow:0 2px 6px rgba(0,0,0,0.04);}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;}
.card{background:#fff;padding:16px;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.04);}
.footer{background:#102a43;color:#fff;padding:24px;margin-top:40px;}
.small{font-size:13px;opacity:0.9;}
.button{display:inline-block;padding:10px 16px;border-radius:6px;background:var(--saf-dark);color:#fff;}
@media (max-width:600px){.nav ul{flex-direction:column;gap:8px;}}
