/*
Theme Name: GID Theme
Theme URI: https://www.globalimpactdeutschland.de
Author: Global Impact Deutschland
Author URI: https://www.globalimpactdeutschland.de
Description: Lightweight custom theme for Global Impact Deutschland. Clean, editorial, minimal — built for the Ghost → WordPress migration. No page builders, no frameworks, plain CSS and minimal JavaScript.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: gid-theme
Tags: editorial, minimal, blog, news, custom-logo, custom-menu, featured-images, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

All front-end styling lives in assets/css/main.css. This file exists to declare
the theme to WordPress (the header block above is required) and to hold the
minimum base reset so the theme degrades gracefully if main.css fails to load.
*/

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

body {
	margin: 0;
	font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
	color: #1a1a1a;
	background: #f1ede4;
}

a {
	color: #1a1a1a;
}

img {
	max-width: 100%;
	height: auto;
}
