/* Effra — Light (corpo) + Heavy (títulos). Nomes de arquivo sem espaços. */

@font-face {
  font-family: 'Effra';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local('Effra Light'),
    local('Effra-Light'),
    url('Effra-Light.woff') format('woff');
}

@font-face {
  font-family: 'Effra';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    local('Effra Heavy'),
    local('Effra-Heavy'),
    url('Effra-Heavy.woff2') format('woff2'),
    url('Effra-Heavy.woff') format('woff');
}

@font-face {
  font-family: 'Effra';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:
    local('Effra Italic'),
    local('Effra-Italic'),
    url('Effra-Italic.woff') format('woff');
}
