/* ==================== MATERIAL SYMBOLS ==================== */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('/fonts/material-symbols/Material_Symbols_Outlined/MaterialSymbolsOutlined-VariableFont_FILL,GRAD,opsz,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  src: url('/fonts/material-symbols/Material_Symbols_Rounded/MaterialSymbolsRounded-VariableFont_FILL,GRAD,opsz,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 100 700;
  src: url('/fonts/material-symbols/Material_Symbols_Sharp/MaterialSymbolsSharp-VariableFont_FILL,GRAD,opsz,wght.ttf') format('truetype');
}

/* ==================== CLASSES DE BASE ==================== */

.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
}

.material-symbols-sharp {
  font-family: 'Material Symbols Sharp';
}

/* ==================== AXES VARIABLES ==================== */

/* FILL (0 ou 1) */
.material-symbols-filled {
  font-variation-settings: 'FILL' 1;
}

/* wght (100 à 700) */
.material-symbols-thin { font-variation-settings: 'wght' 100; }
.material-symbols-light { font-variation-settings: 'wght' 300; }
.material-symbols-regular { font-variation-settings: 'wght' 400; }
.material-symbols-medium { font-variation-settings: 'wght' 500; }
.material-symbols-bold { font-variation-settings: 'wght' 700; }

/* GRAD (-50 à 200) */
.material-symbols-grad-low { font-variation-settings: 'GRAD' -25; }
.material-symbols-grad-high { font-variation-settings: 'GRAD' 200; }

/* opsz (20 à 48) */
.material-symbols-opsz-20 { font-variation-settings: 'opsz' 20; }
.material-symbols-opsz-24 { font-variation-settings: 'opsz' 24; }
.material-symbols-opsz-48 { font-variation-settings: 'opsz' 48; }

/* ==================== COMBINAISONS ==================== */

.material-symbols-outlined.material-symbols-filled {
  font-variation-settings: 'FILL' 1;
}

.material-symbols-rounded.material-symbols-filled {
  font-variation-settings: 'FILL' 1;
}

.material-symbols-sharp.material-symbols-filled {
  font-variation-settings: 'FILL' 1;
}