/*
Theme Name: Arctichome
Theme URI: https://www.arctichome.nl/
Author: Feeling Content
Description: Klassiek thema voor arctichome.nl. Scandinavische catalogus: veel wit, strakke grid, dunne lijnen en rustige typografie. Bevat de stoelengids op /stoelen/.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arctichome
Tags: blog, news, one-column, two-columns, custom-menu, featured-images, translation-ready
*/

/* De opmaak staat in assets/css/theme.css en assets/css/gids.css.
   Dit bestand levert alleen de themaheader en een paar basisregels
   die al gelden voordat theme.css binnen is. */

:root {
	--ah-berk: #F6F3EE;
	--ah-inkt: #1E2528;
	--ah-fjord: #345C6A;
	--ah-leem: #B08D6E;
	--ah-mist: #DDE3E6;
	--ah-wit: #FFFFFF;
	--ah-grijs: #6B7478;
	--ah-radius: 6px;
	--ah-serif: "Newsreader", Georgia, "Times New Roman", serif;
	--ah-sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

html {
	background: var(--ah-wit);
}

body {
	margin: 0;
	font-family: var(--ah-sans);
	color: var(--ah-inkt);
}
