/* Подключение Lato с поддержкой кириллицы */
@font-face {
    font-family: "Lato";
    src: url("https://cdn.accelonline.io/WcWfHEjcdk2BCr7W486wPg/files/cfCBPclS7EC7d4V5wBiThg.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+400-4FF; /* латиница + кириллица */
  }
  
  @font-face {
    font-family: "Lato";
    src: url("https://cdn.accelonline.io/WcWfHEjcdk2BCr7W486wPg/files/wA3tJI-wOkKvM8x7Ko8mCw.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+400-4FF;
  }
  
  @font-face {
    font-family: "Lato";
    src: url("https://cdn.accelonline.io/WcWfHEjcdk2BCr7W486wPg/files/2KYwf9FmOkuJxXoJV7nOog.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+400-4FF;
  }
  
  @font-face {
    font-family: "Lato";
    src: url("https://cdn.accelonline.io/WcWfHEjcdk2BCr7W486wPg/files/NAPGI7Ro5UKKEETFcGrAEQ.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+400-4FF;
  }
  
  @font-face {
    font-family: "Lato";
    src: url("https://cdn.accelonline.io/WcWfHEjcdk2BCr7W486wPg/files/vq33oObJnUec4LjnueapjQ.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF, U+400-4FF;
  }
  
  /* Удобные классы */
  .lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
  }
  