:root {
  --white:      #FFFFFF;
  --off-white:  #F7F7F7;
  --light-gray: #F0F0F0;
  --mid-gray:   #888888;
  --dark:       #1A1A1A;
  --black:      #0A0A0A;
  --accent:     #0A0A0A;

  --font: 'Inter', sans-serif;

  --section-py: 120px;
  --section-py-mobile: 64px;
  --max-width: 1200px;
}
