/*
Theme Name: Web-Crossing Block Theme
Theme URI: https://www.web-crossing.com
Author: Web-Crossing GmbH
Author URI: https://www.web-crossing.com/team/
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.0
Version: 1.10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webxfse
Details URI: https://blockswordpress.cloud08.webhome.at/web-crossing-block-theme-changelog
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

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

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

html {
    scroll-behavior: smooth;
    scroll-padding: 100px;
}
