@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Raleway:wght@200;300;400;500&display=swap');

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
:root{
  --void:    #080806;
  --deep:    #100e08;
  --shadow:  #1c1810;
  --dark:    #1a1208;
  --bark:    #4a3820;
  --clay:    #907050;
  --dust:    #b8a080;
  --warm:    #c8b090;
  --linen:   #e8dcc8;
  --ivory:   #f2eadc;
  --white:   #faf6f0;
  --gold:    #c89030;
  --gold-dim:rgba(200,144,48,0.14);
}
html{scroll-behavior:smooth;}
body{
  font-family:'Raleway',sans-serif;
  background:var(--void);
  color:var(--ivory);
  font-weight:300;
  letter-spacing:0.03em;
  overflow-x:hidden;
}
