@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/noto/noto-sans-v39-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700; /* plage de poids pour variable font */
  src: url('../assets/fonts/material/Material_Symbols_Outlined/MaterialSymbolsOutlined.ttf') format('truetype');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

.material-symbols-outlined {
  font-size: 25px; /* ou 2rem, ou 150% */
}
