/*
Theme Name: AMG Sport Garage
Theme URI: https://amgsportgarage.fr
Description: Theme WordPress minimaliste - Luxe automobile
Version: 1.0.0
Author: AMG Dev
License: GPL v2 or later
Text Domain: amg-sport-garage
Requires at least: 5.0
Requires PHP: 7.4
*/

/* Local fonts - no external requests */
@font-face { font-family: 'DM Sans'; src: url('assets/fonts/dmsans-latin.woff2') format('woff2'); font-weight: 400 500; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Manrope'; src: url('assets/fonts/manrope-latin.woff2') format('woff2'); font-weight: 500 800; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Manrope'; src: url('assets/fonts/manrope-latin-ext.woff2') format('woff2'); font-weight: 500 800; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --amg-noir: #0A0A0A;
  --amg-blanc: #FFFFFF;
  --amg-or: #C9A84C;
  --amg-gris: #F4F4F2;
  --amg-transition: all 0.25s ease;
  --amg-font-titre: 'Manrope', sans-serif;
  --amg-font-corps: 'DM Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--amg-font-corps);
  font-size: 16px;
  line-height: 1.6;
  color: var(--amg-noir);
  background-color: var(--amg-blanc);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--amg-font-titre);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }

a { color: var(--amg-noir); text-decoration: none; transition: var(--amg-transition); }
a:hover { color: var(--amg-or); }

img { max-width: 100%; height: auto; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

@media (max-width: 768px) {
  body { font-size: 14px; }
  .container { padding: 0 1rem; }
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
}
