@charset "UTF-8";
@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("./fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("./fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("./fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("./fonts/Roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("./fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("./fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("./fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("./fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/

@font-face {
  font-family: Montserrat;
  src: url("/local/templates/view/css/fonts/Montserrat/Montserrat-Regular.ttf");
	font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("/local/templates/view/css/fonts/Montserrat/Montserrat-Bold.ttf");
	font-weight: 700;
  font-style: bold;
}