/*font family*/

@font-face {
    font-family: 'Lato';
    font-weight: light; /* Black */
    font-style: normal;
    font-display: swap;
    src: url('/fonts/Lato-Light.woff') format('woff');
}
  
/* cyrillic */
@font-face {
    font-family: 'Lato';
    font-weight: normal; /* Black */
    font-style: normal;
    font-display: swap;
    src: url('/fonts/Lato-Regular.woff') format('woff');
}