@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Regular.otf);
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Thin.otf);
	font-weight: 100;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-ThinItalic.otf);
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Light.otf);
	font-weight: 300;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-LightItalic.otf);
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Regular.otf);
	font-weight: 500;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Italic.otf);
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Medium.otf);
	font-weight: 700;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-MediumItalic.otf);
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Black.otf);
	font-weight: 900;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-BlackItalic.otf);
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-Bold.otf);
	font-weight: bold;
}

@font-face {
	font-family: SFPro;
	src: url(SF-Pro-Display-BoldItalic.otf);
	font-weight: bold;
	font-style: italic;
}