/*
Theme Name: DG Agentur Template
Theme URI: https://dguen.net/
Author: DG Agentur
Description: Reusable block-first template theme for AI-assisted DG customer websites.
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.1
Version: 1.1.0
Text Domain: dg-factory

Compatibility fallback only.
Real design CSS lives in assets/css/*.css and is enqueued from functions.php.
Keep this file readable by the webserver and avoid moving design rules back here.
*/

html {
    scroll-behavior: smooth;
}

body {
    background: #f7fbf9;
    color: #161616;
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.72;
}

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

a {
    color: #02735e;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.15em;
}

h1,
h2,
h3 {
    color: #161616;
    font-family: "Roboto Slab", Georgia, serif;
    line-height: 1.08;
}

::selection {
    background: #fddb8b;
    color: #161616;
}
