@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(MaterialIcons-Regular.woff2) format('woff2'),
    url(MaterialIcons-Regular.woff) format('woff'),
    url(MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Inter UI";
    font-style: normal;
    font-weight: 400;
    src: url("Inter-UI-Regular.woff2?v=3.0") format("woff2"),
    url("Inter-UI-Regular.woff?v=3.0") format("woff");
}
@font-face {
    font-family: "Inter UI";
    font-style: italic;
    font-weight: 400;
    src: url("Inter-UI-Italic.woff2?v=3.0") format("woff2"),
    url("Inter-UI-Italic.woff?v=3.0") format("woff");
}

@font-face {
    font-family: "Inter UI";
    font-style: normal;
    font-weight: 500;
    src: url("Inter-UI-Medium.woff2?v=3.0") format("woff2"),
    url("Inter-UI-Medium.woff?v=3.0") format("woff");
}

@font-face {
    font-family: "Inter UI";
    font-style: normal;
    font-weight: 700;
    src: url("Inter-UI-Bold.woff2?v=3.0") format("woff2"),
    url("Inter-UI-Bold.woff?v=3.0") format("woff");
}

@font-face {
    font-family: "Inter UI var";
    font-weight: 400;
    font-style: oblique 0deg 10deg;
    src: url("Inter-UI.var.woff2?v=3.0") format("woff2-variations"),
    url("Inter-UI.var.woff2?v=3.0") format("woff2");
}

@font-face {
    font-family: "Inter UI var alt";
    font-weight: 400;
    font-style: normal;
    src: url("Inter-UI-upright.var.woff2?v=3.0")
    format("woff2 supports variations(gvar)"),
    url("Inter-UI-upright.var.woff2?v=3.0")
    format("woff2-variations"),
    url("Inter-UI-upright.var.woff2?v=3.0") format("woff2");
}
@font-face {
    font-family: "Inter UI var alt";
    font-weight: 400;
    font-style: italic;
    src: url("Inter-UI-italic.var.woff2?v=3.0")
    format("woff2 supports variations(gvar)"),
    url("Inter-UI-italic.var.woff2?v=3.0") format("woff2-variations"),
    url("Inter-UI-italic.var.woff2?v=3.0") format("woff2");
}

body,
button,
input,
textarea,
select {
    font-family: "Inter UI", sans-serif;
}


.material-icons {
    font-family: 'Material Icons', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
