/* ----------------------------------------------
Objective variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: 'Objective', sans-serif; }
}
---------------------------------------------- */

@font-face {
	font-family: "Objective";
	font-weight: 100 500; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(https://www.someonelikeyoustories.com/wp-content/themes/slytheme/assets/fonts/objective/Objective-Regular.woff2) format("woff2");
}

@font-face {
	font-family: "Objective";
	font-weight: 100 500; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(https://www.someonelikeyoustories.com/wp-content/themes/slytheme/assets/fonts/objective/Objective-Italic.woff2) format("woff2");
}

@font-face {
	font-family: "Objective";
	font-weight: 600 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(https://www.someonelikeyoustories.com/wp-content/themes/slytheme/assets/fonts/objective/Objective-Bold.woff2) format("woff2");
}

@font-face {
	font-family: "Objective";
	font-weight: 600 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(https://www.someonelikeyoustories.com/wp-content/themes/slytheme/assets/fonts/objective/Objective-Bold-Italic.woff2) format("woff2");
}
