@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root{
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;

  --text-hero:52px;
  --text-h1:38px;
  --text-h2:27px;
  --text-h3:19px;
  --text-body-lg:16.5px;
  --text-body:15px;
  --text-small:13px;
  --text-micro:11px;

  --tracking-label:3px;
  --tracking-brand:6px;
  --weight-body:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;
  --weight-black:800;
}
