/*
Theme Name: Stellar Theme
Description: 
Author: Stellar.Creative_
Author URI: https://creative.stellarcompany.eu
Version: 0.1.0
Requires at least: 6.8
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: stellar-theme
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

body p,
body a {
    font-size: var(--wp--preset--font-size--body, 20px);
}

a:hover {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 5px !important;
}