/*
Theme Name: Oliwa Advisors
Theme URI: https://outsourceai.io
Author: OutsourceAI
Author URI: https://outsourceai.io
Description: Basic WP template for vibe coding
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aideveloper
*/

/*** Custom Styling Here ***/

/* Fixed Header Spacing */
body {
    padding-top: 80px; /* Mobile header height */
}

@media (min-width: 640px) {
    body {
        padding-top: 100px; /* Tablet header height */
    }
}

@media (min-width: 1024px) {
    body {
        padding-top: 140px; /* Desktop header height */
    }
}