/* SalesPRO ERP - Gilroy Local Fonts
   Coloca los archivos .ttf/.otf/.woff/.woff2 en: public/assets/fonts/
   Soporta nombres comunes: Gilroy-Regular.ttf, Gilroy Regular.ttf, gilroy-regular.ttf, etc.
*/
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
       url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
       url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

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

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

html,
body,
button,
input,
select,
textarea,
table {
  font-family: 'Gilroy', Arial, sans-serif !important;
}

/* SalesPro 3.1.1.1 — respaldo global.
   La fuente crítica se carga embebida desde los layouts. */
:root{--salespro-font-v3111:'Gilroy',Arial,sans-serif}
html,body,body *,body *::before,body *::after,
button,input,select,textarea,option,optgroup,table,th,td{
  font-family:var(--salespro-font-v3111)!important;
  font-synthesis:none!important;
}
