/*
Theme Name: s-budou
Description: s-budou theme
Author: cunelwork
Version: 0.1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

.noto {
	font-family: 'Noto Sans JP', sans-serif;
	/*
	medium: 500;
	bold: 700;
	*/
}

.lato {
	font-family: 'Lato', sans-serif;
	/*
	light: 300;
	regular: 400;
	bold: 700;
	black: 900;
	*/
}

.heisei {
	font-family: "heisei-kaku-gothic-std", sans-serif;
	/*
	W5: 500;
	W7: 700;
	*/
}