@font-face {
  font-family: 'lato-medium';
  src: url('Lato-Medium.eot');
  src: url('Lato-Medium.eot?#iefix') format('embedded-opentype'),
  url('Lato-Medium.woff2') format('woff2'),
  url('Lato-Medium.woff') format('woff'),
  url('Lato-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'lato-heavy';
    src: url('Lato-Heavy.eot');
    src: url('Lato-Heavy.eot?#iefix') format('embedded-opentype'),
    url('Lato-Heavy.woff2') format('woff2'),
    url('Lato-Heavy.woff') format('woff'),
    url('Lato-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lato-bold';
    src: url('Lato-Bold.eot');
    src: url('Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('Lato-Bold.woff2') format('woff2'),
    url('Lato-Bold.woff') format('woff'),
    url('Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: 'Sour Gummy';
    font-style: normal;
    font-weight: 400;
    src: url('sour-gummy-v3-latin_latin-ext-regular.woff2') format('woff2'),
    url('sour-gummy-v3-latin_latin-ext-regular.ttf') format('truetype');
}


.f_lm{ font-family: 'lato-medium'; }
.f_lh{ font-family: 'lato-heavy'; }