/*
Theme Name: SNT Theme
Theme URI: https://example.com/
Author: ASD Sport e Nutrition Team
Author URI: https://example.com/
Description: Tema custom per ASD Sport e Nutrition Team - basato su Bootstrap 5, mobile-first.
Version: 1.0.0
License: MIT
Text Domain: snt-theme
*/

/* Import Bootstrap via CDN in header for simplicity; override styles below */

:root{
  --snt-primary: #0b3d91; /* placeholder - replace with PDF color */
  --snt-accent: #f15a24;
}

body{font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;}
.hero{height:80vh; background-size:cover; background-position:center;}
.site-branding img{max-height:64px;}
.gallery img{width:100%; height:auto;}
