/* BoardFood Landing — @font-face de marca (Quera + Popins)
   Fuentes copiadas de BoardFood/fonts/ y convertidas a WOFF2 (subset: español + puntuación).
   Solo los pesos usados en la landing (400/600/700/900). */

@font-face {
  font-family: 'Quera';
  src: url('../fonts/Quera.woff2') format('woff2'),
       url('../fonts/Quera.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Popins';
  src: url('../fonts/poppins_regular.woff2') format('woff2'),
       url('../fonts/poppins_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Popins';
  src: url('../fonts/poppins_bold.woff2') format('woff2'),
       url('../fonts/poppins_bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Popins';
  src: url('../fonts/poppins_bold.woff2') format('woff2'),
       url('../fonts/poppins_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Popins';
  src: url('../fonts/poppins_bold.woff2') format('woff2'),
       url('../fonts/poppins_bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
