/*
Theme Name: ATDT Shoe.se
Theme URI: https://www.shoe.se/
Description: GeneratePress-barntema för shoe.se. Identitet: oberoende testredaktion för löparskor och sneakers. Track-orange accent, mätstreck-motiv, Space Grotesk + Inter. Del av ATDT-nätverkets temarkitektur.
Author: Atdt AB
Template: generatepress
Version: 0.1.0
*/

/* Bas - tokens definieras i tokens.css, komponenter i atdt-theme-kit. */

body {
	background: var(--atdt-bg);
	color: var(--atdt-ink);
	font-family: var(--atdt-font-body);
}

h1, h2, h3, h4, h5, h6,
.entry-title {
	font-family: var(--atdt-font-display);
	font-weight: 700;
	color: var(--atdt-ink);
}

a { color: var(--atdt-accent); }

/* Sidhuvud - ordmärke och meny */
.site-header {
	background: var(--atdt-bg);
	border-bottom: 1px solid var(--atdt-neutral);
}
.main-navigation a { font-family: var(--atdt-font-display); font-weight: 700; }
.main-navigation .current-menu-item > a { color: var(--atdt-accent); }

/* Innehållsbredd för läsbar löptext i artiklar */
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > h2,
.entry-content > h3 {
	max-width: var(--atdt-maxwidth);
}

/* Mätvärden i monospace överallt i artikeltext via inline-kod */
.entry-content code { font-family: var(--atdt-font-mono); }

/* Sidfot */
.site-footer {
	background: var(--atdt-accent-2);
	color: #fff;
}
.site-footer a { color: #fff; }

/* Befintliga artikeltabeller får jämförelse-stil */
.entry-content table { border-collapse: collapse; width: 100%; }
.entry-content table th {
	background: var(--atdt-accent-2); color: #fff;
	font-family: var(--atdt-font-display);
}
