/* ==========================================================================
   ATENCAO — LICENCA

   Roc Grotesk e uma fonte COMERCIAL. Os arquivos vieram da captura do site de
   origem e a licenca e do dominio deles, nao deste projeto.

   Estao aqui apenas para a loja de ESTUDO renderizar igual ao original, e o
   site precisa permanecer FECHADO ao publico enquanto isso valer.
   ANTES de abrir o site: apague os .ttf desta pasta, tire o enfileiramento de
   `creamy-fontes` em inc/assets.php e volte para a fonte livre (Archivo), que
   ja e o padrao de --f-titulo/--f-corpo em base.css.

   As URLs sao relativas de proposito: esta folha e servida da mesma pasta dos
   .ttf, entao nao precisa de nenhuma funcao do WordPress para resolver.
   ========================================================================== */

@font-face {
  font-family: "Roc Grotesk";
  src: url(Roc-Grotesk-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk";
  src: url(Roc-Grotesk-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk";
  src: url(Roc-Grotesk-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url(Roc-Grotesk-Wide-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url(Roc-Grotesk-Wide-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url(Roc-Grotesk-Wide-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
