@font-face {
  font-family: 'Jost';
  src: url('./fonts/jost/Jost-Light.woff2') format('woff2'),
    url('./fonts/jost/Jost-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Jost';
  src: url('./fonts/jost/Jost-Book.woff2') format('woff2'),
    url('./fonts/jost/Jost-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('./fonts/jost/Jost-Medium.woff2') format('woff2'),
    url('./fonts/jost/Jost-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('.fonts/jost/Jost-Semi.woff2') format('woff2'),
    url('.fonts/jost/Jost-Semi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('.fonts/jost/Jost-Bold.woff2') format('woff2'),
    url('.fonts/jost/Jost-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ddicons';
  src:  url('fonts/ddicons.eot?ltmwuy');
  src:  url('fonts/ddicons.eot?ltmwuy#iefix') format('embedded-opentype'),
    url('fonts/ddicons.ttf?ltmwuy') format('truetype'),
    url('fonts/ddicons.woff?ltmwuy') format('woff'),
    url('fonts/ddicons.svg?ltmwuy#ddicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ddicons-"], [class*=" ddicons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ddicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ddicons-arrow:before {
  content: "\e900";
}
.ddicons-menu:before {
  content: "\e901";
}
.ddicons-search:before {
  content: "\e902";
  color:;
}
.ddicons-close:before {
  content: "\e903";
}
.ddicons-eye:before {
  content: "\e904";
}
.ddicons-comment:before {
  content: "\e905";
}
.ddicons-clock:before {
  content: "\e906";
}
.ddicons-minus:before {
  content: "\e907";
}
