/* gorditas-400normal - latin */
@font-face {
  font-family: 'Gorditas';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Gorditas Regular '),
    local('Gorditas-Regular'),
    url('./files/gorditas-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/gorditas-latin-400.woff') format('woff'); /* Modern Browsers */
}

/* gorditas-700normal - latin */
@font-face {
  font-family: 'Gorditas';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('Gorditas Bold '),
    local('Gorditas-Bold'),
    url('./files/gorditas-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./files/gorditas-latin-700.woff') format('woff'); /* Modern Browsers */
}

