/*
Theme Name: LIVE RUSH Hidamari
Theme URI: https://www.liverush.co.jp/
Author: LIVE RUSH株式会社
Description: LIVE RUSH公式サイトのGutenberg標準ブロック専用テーマ。
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: live-rush-hidamari
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
