/* Gotham n'étant pas dispo sur Google Fonts, Montserrat (même famille géométrique humaniste) en substitut le plus proche */
:root{
  --cream:   #efddd0;
  --brown:   #9a5b37;
  --dark:    #50351d;
  --darker:  #3a2515;
  --white:   #fffaf6;
  --ink:     #2a1c12;
  --muted:   #8a7260;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Montserrat',sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden;font-weight:300;}