/* @font-face {
	font-family: 'Muller';
	src: url('../fonts/Muller Regular.eot');
	src: local(''), url('../fonts/Muller Regular.woff') format('woff'), url('../fonts/Muller Regular.ttf') format('truetype'), url('../fonts/Muller Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Muller';
	src: url('../fonts/Muller Bold.eot');
	src: local(''), url('../fonts/Muller Bold.woff') format('woff'), url('../fonts/Muller Bold.ttf') format('truetype'), url('../fonts/Muller Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
} */

@font-face {
    font-family: 'Isabel Condensed';
    src: local('Isabel Condensed Light'), local('Isabel-Condensed-Light'),
        url('../fonts/IsabelCondensed-Light.woff2') format('woff2'),
        url('../fonts/IsabelCondensed-Light.woff') format('woff'),
        url('../fonts/IsabelCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  /* AnPia */
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
