<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'LatoHeavy';
        src: url('LatoHeavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'LatoHeavyItalic';
        src: url('LatoHeavyItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
      }


 /* The following rules are deprecated. */ 




@font-face {
    font-family: 'Lato';
        src: url('LatoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }


@font-face {
    font-family: 'Lato';
        src: url('LatoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }



@font-face {
    font-family: 'Lato';
        src: url('LatoBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
      }



@font-face {
    font-family: 'Lato';
        src: url('LatoItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
      }


</pre></body></html>