/* Google Sans */
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-medium.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-bold.woff2') format('woff2');
  font-weight: 700;
}


/* google-sans-flex-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/google-sans-flex-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* google-sans-flex-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Google Sans Flex';
  font-style:normal;
  font-weight: 100 900;
  font-stretch: 25% 100%;
  src: url('../fonts/google-sans-flex-v19-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* material-icons-round-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-icons-round-v109-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;

  /* Better rendering */
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}