/*
Theme Name: TCL Base
Theme URI: https://www.tc-limburgerhof.de/
Author: TC Limburgerhof
Description: Neutrale, schlanke WordPress-Schale für das TCL-Site-Plugin.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: tcl-base
*/

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
}

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

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

.tcl-theme-fallback {
    width: min(760px, calc(100% - 40px));
    margin: 140px auto 80px;
    font: 18px/1.6 system-ui, sans-serif;
}

