/* Tokens and font files from betaren.ru, downloaded 2026-09-03.
   Original stylesheets and provenance: references/betaren/. */
@font-face {
  font-family: Roboto;
  src: url('assets/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url('assets/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-dark-green: #007078;
  --color-green: #00bcab;
  --color-blue: #afe2e3;
  --color-light-blue: #eaf6f6;
  --color-default: #242424;
  --color-grey: #8f8f8f;
  --font-default: Roboto, Arial, sans-serif;
  --font-title: Arial, Helvetica, sans-serif;
  color-scheme: only light;
}
