@font-face {
	font-family:'SF Pro JP';
	font-style:normal;
	font-weight:200;
	src:local('☺'), url("SFProJP_thin.woff2") format("woff2"), url("SFProJP_thin.woff") format("woff"), url("SFProJP_thin.ttf") format("truetype");
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP 200';
	src:url('SFProJP_thin.eot');
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP';
	font-style:normal;
	font-weight:300;
	src:local('☺'), url("SFProJP_light.woff2") format("woff2"), url("SFProJP_light.woff") format("woff"), url("SFProJP_light.ttf") format("truetype");
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP 300';
	src:url('SFProJP_light.eot');
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP';
	font-style:normal;
	font-weight:500;
	src:local('☺'), url("SFProJP_medium.woff2") format("woff2"), url("SFProJP_medium.woff") format("woff"), url("SFProJP_medium.ttf") format("truetype");
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP 500';
	src:url('SFProJP_medium.eot');
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP';
	font-style:normal;
	font-weight:600;
	src:local('☺'), url("SFProJP_semibold.woff2") format("woff2"), url("SFProJP_semibold.woff") format("woff"), url("SFProJP_semibold.ttf") format("truetype");
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP 600';
	src:url('SFProJP_semibold.eot');
	/* (C) 2015 Apple Inc. All rights reserved. */
}

@font-face {
	font-family:'SF Pro JP';
	font-style:normal;
	font-weight:400;
	src:url('SFProJP_regular.eot');
	src:local('☺'), url("SFProJP_regular.woff2") format("woff2"), url("SFProJP_regular.woff") format("woff"), url("SFProJP_regular.ttf") format("truetype");
	/* (C) 2015 Apple Inc. All rights reserved. */
}
  
  body {
    font-family: 'SFProJP','SF Pro JP Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  }
  
  /* Example usage */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'SF Pro JP Display', sans-serif;
    font-weight: 700;
  }
  
  p, span, div, li, a {
    font-family: 'SF Pro JP Display', sans-serif;
    font-weight: 400;
  }
  