:root {
  --yellow: #F6C84C;
  --green: #2EB67D;
  --red: #EB5757;
  --surface: #ffffff;
  --ink: #14243a;
  --muted-ink: #4f6176;
  --label-ink: #65758a;
  --line: rgba(21, 38, 61, 0.1);
  --line-soft: rgba(21, 38, 61, 0.06);
  --accent-green: #1f7a57;
  --font-family-text: 'Manrope', sans-serif;
  --font-family-title: Georgia, "Times New Roman", serif;
  --font-family-editorial: Georgia, "Times New Roman", serif;
  --font-family-hero: var(--font-family-title);
}
