@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 400;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSerifJP-Regular.woff") format("woff");
    src: url("../../fonts/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 500;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSerifJP-Medium.woff") format("woff");
    src: url("../../fonts/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 600;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSerifJP-SemiBold.woff") format("woff");
    src: url("../../fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 700;
    src: url("/wordpress/wp-content/themes/resocaba__theme/fonts/NotoSerifJP-Bold.woff") format("woff");
    src: url("../../fonts/NotoSerifJP-Bold.woff") format("woff");
}

html{
	font-family: 'NotoSerifJP', sans-serif;
}