html,
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons/iconfont/material-icons.woff2) format('woff2'),
       url(/assets/material-icons/iconfont/material-icons.woff) format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/inter-latin-100-normal.woff) format('woff'),
       url(../fonts/inter-latin-100-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/inter-latin-200-normal.woff) format('woff'),
       url(../fonts/inter-latin-200-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/inter-latin-300-normal.woff) format('woff'),
       url(../fonts/inter-latin-300-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/inter-latin-400-normal.woff) format('woff'),
       url(../fonts/inter-latin-400-normal.woff2) format('woff2');
}


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/inter-latin-500-normal.woff) format('woff'),
       url(../fonts/inter-latin-500-normal.woff2) format('woff2');
}


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/inter-latin-600-normal.woff) format('woff'),
       url(../fonts/inter-latin-600-normal.woff2) format('woff2');
}


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/inter-latin-700-normal.woff) format('woff'),
       url(../fonts/inter-latin-700-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/inter-latin-800-normal.woff) format('woff'),
       url(../fonts/inter-latin-800-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/inter-latin-900-normal.woff) format('woff'),
       url(../fonts/inter-latin-900-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/inter-latin-ext-100-normal.woff) format('woff'),
       url(../fonts/inter-latin-ext-100-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/inter-latin-ext-200-normal.woff) format('woff'),
       url(../fonts/inter-latin-ext-200-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/inter-latin-ext-300-normal.woff) format('woff'),
       url(../fonts/inter-latin-ext-300-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/inter-latin-ext-400-normal.woff) format('woff'),
       url(../fonts/inter-latin-ext-400-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/inter-latin-ext-400-normal.woff) format('woff'),
       url(../fonts/inter-latin-ext-400-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/inter-latin-ext-500-normal.woff) format('woff'),
       url(../fonts/inter-latin-ext-500-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/inter-latin-600-normal.woff) format('woff'),
       url(../fonts/inter-latin-600-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/inter-latin-700-normal.woff) format('woff'),
       url(../fonts/inter-latin-700-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/inter-latin-800-normal.woff) format('woff'),
       url(../fonts/inter-latin-800-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/inter-latin-900-normal.woff) format('woff'),
       url(../fonts/inter-latin-900-normal.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  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;
}

