/*
Theme Name: Mönster
Theme URI: https://stockholmtourism.org/
Author: stockholmtourism.org
Author URI: https://stockholmtourism.org/
Description: Mönster (Swedish: pattern) — a classic WordPress theme for stockholmtourism.org. Swedish mid-century commercial graphics: flat colour, geometric shapes, generous type. No shadows, no gradients. Five semantic category accents, a dated-and-checked trust system, and ad placements sized for standard display units.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monster
Tags: blog, news, custom-menu, custom-logo, featured-images, footer-widgets, block-styles, editor-style, threaded-comments, translation-ready, two-columns, right-sidebar

Mönster is distributed under the terms of the GNU GPL v2 or later.

Font licences: Bricolage Grotesque, Newsreader and IBM Plex Mono are all
distributed under the SIL Open Font License 1.1. See assets/fonts/LICENSE.txt.
*/

/*
This file carries the theme header and the reset only. The theme's own styles
live in assets/css/tokens.css and assets/css/theme.css so that the cascade
order is explicit and the design tokens can be reused by the block editor.
*/

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

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

body {
	margin: 0;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

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

button {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul[class],
ol[class] {
	list-style: none;
	margin: 0;
	padding: 0;
}
