/* Gotham - Light */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Light.woff2") format("woff2"),
       url("../fonts/gotham/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gotham - Book */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Book.woff2") format("woff2"),
       url("../fonts/gotham/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham - Medium */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"),
       url("../fonts/gotham/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham - Bold */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Bold.woff2") format("woff2"),
       url("../fonts/gotham/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Stack globale */
:root {
  --font-base: "Gotham", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
body {
  font-family: var(--font-base);
}
