/* ==========================================================================
   Fontes da marca Esthetic Manager
   Manual de identidade: texto em Open Sauce Sans, titulo em Inter Bold.
   Arquivos hospedados localmente - Open Sauce Sans nao existe no Google Fonts.
   ========================================================================== */

/* --------------------------------------------------- Open Sauce Sans (texto) */

/* O peso 400 so tem .woff: o .woff2 publicado no pacote de origem esta
   corrompido (traz um Type 1 disfarcado no lugar do woff2). */
@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('open-sauce-sans-400.woff') format('woff');
}

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('open-sauce-sans-500.woff2') format('woff2'),
       url('open-sauce-sans-500.woff') format('woff');
}

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('open-sauce-sans-600.woff2') format('woff2'),
       url('open-sauce-sans-600.woff') format('woff');
}

@font-face {
  font-family: 'Open Sauce Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('open-sauce-sans-700.woff2') format('woff2'),
       url('open-sauce-sans-700.woff') format('woff');
}

/* ---------------------------------------------------------- Inter (titulos) */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-400.woff2') format('woff2'),
       url('inter-400.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-500.woff2') format('woff2'),
       url('inter-500.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-600.woff2') format('woff2'),
       url('inter-600.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter-700.woff2') format('woff2'),
       url('inter-700.woff') format('woff');
}
