/* Material Symbols Outlined
-------------------------------------------------- */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("./fonts/material-symbols-outlined-v222-latin-100.woff2") format("woff2");
  }
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url("./fonts/material-symbols-outlined-v222-latin-200.woff2") format("woff2");
  }
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("./fonts/material-symbols-outlined-v222-latin-300.woff2") format("woff2");
  }
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/material-symbols-outlined-v222-latin-regular.woff2") format("woff2");
  }
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("./fonts/material-symbols-outlined-v222-latin-500.woff2") format("woff2");
  }
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("./fonts/material-symbols-outlined-v222-latin-600.woff2") format("woff2");
  }
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("./fonts/material-symbols-outlined-v222-latin-700.woff2") format("woff2");
  }
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 40, 'opsz' 48;
}