/**
 * BrandingSF — única família tipográfica de texto do site.
 *
 * Coloque os arquivos .woff2 nesta pasta com os nomes abaixo (ou ajuste os url()).
 * Pesos usados no projeto: 400 (corpo), 500, 600, 700 (botões/strong), 800 (títulos).
 *
 * Carregamento: em cada página HTML, este arquivo deve vir antes de css/sadia.css
 * (ex.: <link rel="stylesheet" href="fonts/BrandingSF/branding-sf.css">).
 * Opcional: <link rel="preload" as="font" href="fonts/BrandingSF/BrandingSF-Regular.woff2" type="font/woff2" crossorigin>.
 *
 * Ícones (icomoon, Font Awesome, lightgallery “lg”) permanecem em fontes próprias.
 */

@font-face {
  font-family: "BrandingSF";
  src: url("./BrandingSF-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BrandingSF";
  src: url("./BrandingSF-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BrandingSF";
  src: url("./BrandingSF-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BrandingSF";
  src: url("./BrandingSF-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BrandingSF";
  src: url("./BrandingSF-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
