:root {
  --font-family: 'inter';
  --font-weight: 600;
  --font-family-main-title: 'playfair_display';
  --font-weight-main-title: 700;
  --font-family-h: 'playfair_display';
  --font-weight-h: 400;
  --font-family-1: 'intertight';
  --font-weight-1: 300;
  --font-family-2: 'intertight';
  --font-weight-2: 200;
  --font-family-3: 'intertight';
  --font-weight-3: 100;
  --letter-spacing: 0.2px;
}

