/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local(''),
    url(fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  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-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src:
    local(''),
    url(fonts/montserrat/montserrat-Light.woff2) format('woff2');
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src:
    local(''),
    url(fonts/montserrat/montserrat-Regular.woff2) format('woff2');
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src:
    local(''),
    url(fonts/montserrat/montserrat-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Suisse';
  font-style: normal;
  font-weight: 300;
  src:
    local(''),
    url(fonts/suisse/SuisseIntl-Light-WebXL.woff2) format('woff2');
}

@font-face {
  font-family: 'Suisse';
  font-style: normal;
  font-weight: 400;
  src:
    local(''),
    url(fonts/suisse/SuisseIntl-Regular-WebXL.woff2) format('woff2');
}

@font-face {
  font-family: 'Suisse';
  font-style: normal;
  font-weight: 500;
  src:
    local(''),
    url(fonts/suisse/SuisseIntl-Medium-WebXL.woff2) format('woff2');
}
@font-face {
  font-family: 'Suisse';
  font-style: normal;
  font-weight: 700;
  src:
    local(''),
    url(fonts/suisse/SuisseIntl-Bold-WebXL.woff2) format('woff2');
}

/* HACK : We supply 'fake' local src to the font, that's in order to ensure that
/* the font that end up loading is from the file that we provided (and not hosted on the system).


/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src:
    local(''),
    url(fonts/inter/Inter-Light.woff2) format('woff2');
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src:
    local(''),
    url(fonts/inter/Inter-Regular.woff2) format('woff2');
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src:
    local(''),
    url(fonts/inter/Inter-Medium.woff2) format('woff2');
}

/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src:
    local(''),
    /* IE6-IE8 */ url(fonts/inter/Inter-SemiBold.woff2) format('woff2');
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src:
    local(''),
    url(fonts/inter/Inter-Bold.woff2) format('woff2');
}

/* Segoe UI-300  */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  src:
    local(''),
    url(fonts/segoe-ui/SegoeUI-Light.ttf) format('truetype');
}
/* Segoe UI-regular */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  src:
    local(''),
    url(fonts/segoe-ui/SegoeUI.ttf) format('truetype');
}

/* Segoe UI-500  */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 500;
  src:
    local(''),
    url(fonts/segoe-ui/SegoeUI-Semibold.ttf) format('truetype');
}

/* Segoe UI - Bold */
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 700;
  src:
    local(''),
    url(fonts/segoe-ui/SegoeUI-Bold.ttf) format('truetype');
}
