/*
Theme Name: WuePress Core
Theme URI:
Author: WüSpace e. V.
Author URI: https://www.wuespace.de
Description: The core theme of the websites of WüSpace e. V.
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 8.0
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wuepresscore
Tags: full-site-editing, wuespace, core-framework
*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* Overriding the default spacing */
body {
    --wp--custom--spacing--tw-small: var(--wp--preset--spacing--60, 800px)!important;
    --wp--custom--spacing--tw-margin-medium: var(--wp--preset--spacing--70, 800px)!important;
    --wp--custom--spacing--tw-medium: var(--wp--preset--spacing--70, 800px)!important;
    --wp--custom--spacing--tw-large: var(--wp--preset--spacing--80, 800px) !important;
}
