/*
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;
}

h1,
h2,
h3 {
    transition: font-size 0.3s ease;
}

@media (max-width: 768px) {
    body {
        --wp--preset--font-size--heading-1: 36px;
        --wp--preset--font-size--heading-2: 32px;
        --wp--preset--font-size--heading-3: 20px;
    }
}

body:not(.home) {
    --wp--preset--font-size--heading-1: 36px;
    padding-top: 150px;
}

@media (max-width: 768px) {
    body:not(.home) {
        padding-top: 100px;
    }
}

body {
    overflow-x: hidden;
}

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

.stellar-single-post-content {
    padding: 0px 25px 300px 25px;
    width: 100%;
    max-width: 1180px;
}

body:has(.stellar-blog-post-archive) .wp-block-post-content {
    width: 100%;
    max-width: 1700px;
    margin-left: auto !important;
    margin-right: auto !important;
}