/* Roboto Thin 100 */
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Roboto Light 300 */
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Roboto Regular 400 */
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Roboto Medium 500 */
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Roboto Bold 700 */
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Roboto Black 900 */
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   Material Icons - Regular
   =========================== */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons/MaterialIcons-Regular.ttf') format('truetype'),
}

/* ===========================
   Material Icons - Outlined
   =========================== */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons/MaterialIconsOutlined-Regular.otf') format('opentype');
}

/* ===========================
   Material Icons - Round
   =========================== */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons/MaterialIconsRound-Regular.otf') format('opentype');
}

/* ===========================
   Material Icons - Sharp
   =========================== */
@font-face {
  font-family: 'Material Icons Sharp';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons/MaterialIconsSharp-Regular.otf') format('opentype');
}

/* ===========================
   Material Icons - TwoTone
   =========================== */
@font-face {
  font-family: 'Material Icons Two Tone';
  font-style: normal;
  font-weight: 400;
  src: url('material-icons/MaterialIconsTwoTone-Regular.otf') format('opentype');
}

/* ===========================
   Classes utilitaires
   =========================== */
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-icons-two-tone {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.material-icons {
  font-family: 'Material Icons';
}
.material-icons-outlined {
  font-family: 'Material Icons Outlined';
}
.material-icons-round {
  font-family: 'Material Icons Round';
}
.material-icons-sharp {
  font-family: 'Material Icons Sharp';
}
.material-icons-two-tone {
  font-family: 'Material Icons Two Tone';
}