/* TildaSans — локальные шрифты (self-hosted). Раньше грузились с fonts.tildacdn.com. */
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/TildaSans-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/TildaSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/TildaSans-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/TildaSans-Semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/TildaSans-Bold.woff2') format('woff2');
}
