/* Suster Studio: identidade visual */

@font-face {
  font-family: "Bungalow";
  src: url("../fonts/bungalow-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  /* Paleta oficial */
  --branco: #ffffff;
  --preto: #000000;
  --cinza: #d9d9d9;
  --marrom: #411e0d;
  --rosa: #e41154;

  /* Tipografia */
  --fonte-titulo: "Bungalow", Georgia, serif;
  --fonte-texto: "Poppins", system-ui, sans-serif;
}
