@charset "UTF-8";
/* smc kimarus wcms */

@font-face {
	font-family: "0xef1ae1bd1238d4ed";
	src: url("/0x6807b65e/0x98f80c51.woff2") format("woff2"),
		url("/0x6807b65e/0xe3ec5dc6.woff") format("woff"),
		url("/0x6807b65e/0x35b9d941.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	line-height: 1.2;
	font-stretch: condensed;
	font-family: "0xef1ae1bd1238d4ed", "Arial Narrow", "Liberation Sans Narrow", -apple-system, system-ui, sans-serif;
	color: var(--pcs_txt_color);
	background: var(--pcs_body_bgc) fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

a,
a:any-link {
	color: var(--pcs_txt_color);
	text-decoration: none;
}

a:hover,
a:active,
a:focus-visible {
	color: var(--pcs_a_hover);
	text-decoration: underline;
}

p {
	color: var(--pcs_txt_color);
}

:focus-visible {
	outline: 1px solid var(--pcs_a_hover);
}