/*
Theme Name: S-Btlic
Theme URI: https://sbtlic.com/
Author: GitHub Copilot
Author URI: https://github.com/features/copilot
Description: Thème WordPress sur mesure pour S-Btlic, inspiré du site vitrine V1 sous Grav CMS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.1
Text Domain: sbtlic
Domain Path: /languages
*/

:root {
  --navy: #07111F;
  --deep: #0C1D33;
  --mid: #112744;
  --gold: #B8944A;
  --gold-lt: #D4AF6E;
  --cream: #F4EFE6;
  --muted: #6B85A0;
  --white: #FFFFFF;
  --border: rgba(212, 175, 110, 0.18);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--cream);
  font-family: 'Josefin Sans', Arial, sans-serif;
}
