/* Theme Name: ZeroY Starter
 * Description: EVERBRITE — B2B cabinet and display lighting theme.
 * Text Domain: zeroy
 */

*{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}

body{
	margin:0;
	background:var(--zg-warm-white);
	color:var(--zg-copy);
	font-family:var(--font-body);
	font-size:16px;
	line-height:1.7;
}

h1,h2,h3,h4,h5,h6{color:var(--zg-graphite);letter-spacing:-.035em;line-height:1.12;margin:0 0 .5em}
h1{font-size:clamp(2.2rem,4.4vw,3.5rem);font-weight:650}
h2{font-size:clamp(1.75rem,3.2vw,2.6rem);font-weight:650}
h3{font-size:1.22rem;font-weight:650}

p{margin:0 0 1em;max-width:70ch}
a{color:inherit}
img{max-width:100%;height:auto}
ul,ol{padding-left:1.15rem}

button,input,select,textarea{font:inherit}

:focus-visible{outline:3px solid var(--zg-focus);outline-offset:3px}

/* Fallback container for templates without their own layout (legacy pages, single posts). */
body > main{
	width:min(100% - 64px,var(--zg-shell));
	margin-inline:auto;
	padding-block:56px;
}

table{width:100%;border-collapse:collapse}
td,th{padding:10px 12px;border-bottom:1px solid var(--zg-border);text-align:left}

@media (max-width:760px){
	body > main{width:calc(100% - 40px);padding-block:40px}
}
