/* Poppins Font - Light 300 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('poppins-v23-latin-300.woff2') format('woff2'),
       url('poppins-v23-latin-300.woff') format('woff');
}

/* Poppins Font - Regular 400 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('poppins-v23-latin-regular.woff2') format('woff2'),
       url('poppins-v23-latin-regular.woff') format('woff');
}

/* Poppins Font - Medium 500 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('poppins-v23-latin-regular.woff2') format('woff2'),
       url('poppins-v23-latin-regular.woff') format('woff');
}

/* Poppins Font - SemiBold 600 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('poppins-v23-latin-600.woff2') format('woff2'),
       url('poppins-v23-latin-600.woff') format('woff');
}

/* Poppins Font - Bold 700 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('poppins-v23-latin-700.woff2') format('woff2'),
       url('poppins-v23-latin-700.woff') format('woff');
}

/* Poppins Font - ExtraBold 800 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('poppins-v23-latin-900.woff2') format('woff2'),
       url('poppins-v23-latin-900.woff') format('woff');
}

/* Poppins Font - Black 900 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('poppins-v23-latin-900.woff2') format('woff2'),
       url('poppins-v23-latin-900.woff') format('woff');
}

/* Material Symbols Outlined (local, no Google CDN) */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols.woff2') format('woff2'),
       url('material-symbols.woff') format('woff');
}

/* Base class to render Material icons via ligatures */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* default size; override per context */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}
