/* Fuentes locales empaquetadas para la vista previa aislada de Open Design.
   Bytes WOFF2 originales, sin CDN ni cambios de seguridad. */
/* DLV+Design — caras tipográficas locales.
   Copiadas de Angular Template (projects/system/public/fonts).
   Este archivo SOLO declara @font-face: no define ningún valor del contrato.
   Cada peso declarado corresponde al peso real del archivo servido. */

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M PLUS 1 Code';
  src: url('../fonts/MPLUS1Code-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M PLUS 1 Code';
  src: url('../fonts/MPLUS1Code-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Material Symbols Outlined — copiada de
   projects/system/public/fonts/material-symbols/ del Angular Template.
   Declaración equivalente a public/sass/modules/_fonts.sass. */
@font-face {
  font-family: 'Material Symbols Outlined';
  src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
}
