@charset "utf-8";
@import url('destyle.css');
@import url('custom_properties.css');
@import url('frame_manager.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html,body {
	font-family 				: "Noto Sans JP", sans-serif;
	font-feature-settings 		: "palt";
	user-select: none;
}

button,a,iframe,label,input{
	pointer-events: all;
	cursor: pointer;
}