/* FONTS */

/* BOSTON */
@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/BostonRegular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/BostonRegularIt.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 100;
	src: url("../fonts/BostonThin.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 100;
	src: url("../fonts/BostonThinIt.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/BostonExtraLight.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 200;
	src: url("../fonts/BostonExtraLightIt.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/BostonLight.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 300;
	src: url("../fonts/BostonLightIt.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/BostonSemiBold.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 600;
	src: url("../fonts/BostonSemiBoldIt.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/BostonBold.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 700;
	src: url("../fonts/BostonBoldIt.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/BostonBlack.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 800;
	src: url("../fonts/BostonBlackIt.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/BostonHeavy.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Boston";
	font-style: italic;
	font-weight: 900;
	src: url("../fonts/BostonHeavyIt.woff") format("woff");
	font-display: swap;
}

/* KARLA */
@font-face {
	font-family: "Karla";
	src: url("../fonts/Karla-VariableFont_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Karla";
	src: url("../fonts/Karla-Italic-VariableFont_wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}
