/* Conteúdo para o novo arquivo: assets/css/fonts.css */

/* space-grotesk-regular - latin */
@font-face {
    font-display: swap;
    /* Adiciona o display:swap para performance */
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/space-grotesk-v21-latin-regular.woff2') format('woff2');
}

/* space-grotesk-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/space-grotesk-v21-latin-500.woff2') format('woff2');
}

/* space-grotesk-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/space-grotesk-v21-latin-600.woff2') format('woff2');
}

/* space-grotesk-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/space-grotesk-v21-latin-700.woff2') format('woff2');
}

/* Material Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    /* 'block' é recomendado para fontes de ícones */
    src: url('../fonts/material-icons.woff2') format('woff2');
}

/* Adicione estas regras ao final do seu arquivo fonts.css */

/* Font Awesome Brands */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    /* 'block' é ideal para ícones para evitar layout shift */
    src: url('../fonts/fa-brands-400.woff2') format('woff2');
}

/* Font Awesome Solid */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    /* 'block' é ideal para ícones */
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}