:root{
  --green:#2D8B3A;
  --green-light:#3aa048;
  --gold:#E8A020;
  --white:#fff;
  --off:#f5f5f7;
  --gray-200:#e5e5ea;
  --gray-600:#636366;
  --gray-900:#1c1c1e;
  --muted:#6e6e73;
  --r:18px;
  --rl:28px;
}

/* Базовый шрифт сайта */
body{
  font-family:"DM Sans",-apple-system,sans-serif;
  color:var(--gray-900);
  -webkit-font-smoothing:antialiased;
}

/* Заголовки */
h1,h2,h3,.stitle,.hero h1{
  font-family:"DM Serif Display",serif;
}

/* Цвета ссылок (по желанию) */
a{
  color:var(--green);
}
a:hover{
  color:var(--green-light);
}
.hero{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif;

}

.hero h1{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;

  font-weight:600;

  letter-spacing:-0.5px;

}

.hero-sub{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;

}

.pill,

.gold-pill,

.stat-l{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;

}

.stat-n{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;

  font-weight:600;

}

		




:root{
  --green:#2D8B3A;
  --green-light:#3aa048;
  --gold:#E8A020;
  --white:#fff;
  --off:#f5f5f7;
  --gray-200:#e5e5ea;
  --gray-600:#636366;
  --gray-900:#1c1c1e;
  --muted:#6e6e73;
  --r:18px;
  --rl:28px;
}

/* Базовый шрифт сайта */
body{
  font-family:"DM Sans",-apple-system,sans-serif;
  color:var(--gray-900);
  -webkit-font-smoothing:antialiased;
}

/* Заголовки */
h1,h2,h3,.stitle,.hero h1{
  font-family:"DM Serif Display",serif;
}

/* Цвета ссылок (по желанию) */
a{
  color:var(--green);
}
a:hover{
  color:var(--green-light);
}
.hero{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", system-ui, sans-serif;

}

.hero h1{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;

  font-weight:600;

  letter-spacing:-0.5px;

}

.hero-sub{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;

}

.pill,

.gold-pill,

.stat-l{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;

}

.stat-n{

  font-family:-apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;

  font-weight:600;

}

</style	