/** FONTS **/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
      url('./fonts/montserrat-v15-latin-ext_latin-regular.woff2') format('woff2'),
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
      url('./fonts/montserrat-v15-latin-ext_latin-700.woff2') format('woff2'),
}

@font-face {
  font-family: 'JLR Emeric';
  font-style: normal;
  font-weight: 700;
  src: local(''),
      url('./fonts/jlr-emeric.woff2') format('woff2'),
}

:root {
	font-family: Montserrat, sans-serif;
}

