/* Material Symbols Rounded - Local */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('./MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2') format('woff2');
}

/* Material Symbols Rounded - Default settings */
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: 400; /* wght: 400 */
  font-style: normal;
  font-size: 24px; /* opsz: 24 */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  
  /* Variable font settings for your previous configuration */
  font-variation-settings: 
    'FILL' 1,    /* fill: 1 (filled) */
    'wght' 400,  /* weight: 400 */
    'GRAD' 0,    /* grade: 0 */
    'opsz' 24;   /* optical size: 24 */
}

/* Angular Material mat-icon compatibility */
.mat-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  
  /* Same settings as above */
  font-variation-settings: 
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

/* Roboto - Variable Font */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900; /* Variable font supports full weight range */
  font-display: swap;
  src: url('./Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype-variations');
}

/* Roboto Italic - Variable Font */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('./Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
}

/* Permanent Marker - Local */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./PermanentMarker-Regular.ttf') format('truetype');
}
