/* Font definitions */
@font-face { font-family: 'Jaguar'; src: url(../fonts/JaguarModern-Regular.otf); }
@font-face { font-family: 'Jaguar'; font-weight: bold; src: url(../fonts/JaguarModern-Bold.otf); }
@font-face { font-family: 'Proxima Nova'; src: url(../fonts/ProximaNova-Regular.otf); }
@font-face { font-family: 'Proxima Nova'; font-style: italic; src: url(../fonts/ProximaNova-RegularIt.otf); }
@font-face { font-family: 'Proxima Nova'; font-weight: 500; src: url(../fonts/ProximaNova-Semibold.otf); }
@font-face { font-family: 'Proxima Nova'; font-weight: 500; font-style: italic; src: url(../fonts/ProximaNova-SemiboldIt.otf); }

/* Font features & sizes */
body { font-family: 'Proxima Nova', sans-serif; font-size: 13px; line-height: 18px; }
h1, .h1 { font-family: 'Jaguar'; font-weight: bold; font-size: 27px; line-height: 28px; }
h2, .h2 { font-weight: 500; font-size: 24px; letter-spacing: 5.2px; line-height: 24px; }
h3, .h3 { font-weight: 500; font-size: 18px; letter-spacing: 3px; line-height: 22px; }
h4, .h4 { font-weight: 500; font-size: 15px; letter-spacing: 1.5px; line-height: 15px; }
.large { font-size: 16px; line-height: 24px; }
.btn { font-weight: 500; font-size: 12px; letter-spacing: 1.2px; line-height: 14px; }
b, strong,
.font-weight-bold { font-weight: 500 !important; }
@media (max-width: 767px) {
	h1, .h1 { font-size: 19px; line-height: 20px; }
	h2, .h2 { font-size: 20px; letter-spacing: 1px; }
	h3, .h3 { font-size: 17px; letter-spacing: 2.55px; line-height: 21px; }
	h4, .h4 { font-size: 15px; letter-spacing: 1.4px; line-height: 18px; }
	.large { font-size: 16px; line-height: 21px; }
}