@charset "UTF-8";
/* CSS Document */

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


	@font-face {
    font-family: 'apercu-regular';
    src: url('fonts/Apercu-Pro-Regular.woff2') format('woff2'),
         url('fonts/Apercu-Pro-Regular.woff') format('woff');
    font-weight: normal;
	font-style: normal;
    font-display: swap;
	}
	
	@font-face {
    font-family: 'apercu-bold';
    src: url('fonts/Apercu-Pro-Bold.woff2') format('woff2'),
         url('fonts/Apercu-Pro-Bold.woff') format('woff');
    font-weight: bold;
	font-style: normal;
    font-display: swap;
	}
	
/* OLD LOCATION: https://rairelbl.com/alexandjackie/css/fonts/Apercu-Pro-Bold.woff	*/


	p {
  	font-family: 'apercu-regular', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	line-height: 1.8rem;
	color: inherit;
	}
	
	h1 {
  	font-family: 'mixerato', sans-serif;
	font-size: 54px;
	margin: 0px;
	padding: 0px;
	line-height: 3.4rem;
	color: inherit;
	font-weight: 400;
	letter-spacing: .01rem;
  	}

	h2 {
  	font-family: 'apercu-regular', sans-serif; 
	font-size: 36px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	line-height: 2.7rem;
	color: inherit;
	}

	h3 {
	font-family: 'apercu-bold', sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	line-height: 2.3rem;
	color: inherit;
	text-transform: uppercase;
	}


	h4 {
  	font-family: 'apercu-bold', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	line-height: 1.8rem;
	color: inherit;
	}

	h5 {
	font-family: 'apercu-regular', sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	line-height: 2.3rem;
	color: inherit;
	}

	h6 {
  	font-family: 'mixerato', sans-serif;
	font-size: 18px;
	margin: 0px;
	padding-left: 15px;
	line-height: 3.4rem;
	color: inherit;
	font-weight: 400;
	letter-spacing: .01rem;
  	}




	@media (max-width: 768px) {

p {
	font-size: 16px;
	}
	
	h1 {
	font-size: 48px;
  	}

	h2 {
	font-size: 32px;
	}

	h3 {
	font-size: 32px;
	}


	h4 {
	font-size: 16px;
	}		
			
}

