/*
Theme Name: Ohana Ultra Light
Theme URI: https://chooseohana.com
Author: GOAT
Author URI: 
Description: Ultra-light WPBakery-friendly theme designed to avoid conflicts with plugin-based headers/footers and custom HTML. Includes theme options (colors + header background) and an optional per-page/per-post widget sidebar toggle.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ohana-ultra-light
*/

:root{
  --oul-accent-primary:#0dc524;
  --oul-accent-secondary:#0f83d0;
  --oul-background:#ffffff;
  --oul-text:#111827;
  --oul-header-bg:#000000;
}

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

body{
  margin:0;
  padding:0;
  background:var(--oul-background);
  color:var(--oul-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
}

a{color:var(--oul-accent-primary);text-decoration:none}
a:hover,a:focus{text-decoration:underline}

#page{min-height:100vh}
.site-content{width:100%}
.site-main{margin:0;padding:0}

.oul-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 16px;
}

.oul-layout{display:block}
.oul-content{min-width:0}
.oul-sidebar{margin-top:24px}

@media (min-width: 992px){
  .oul-layout{display:flex;gap:28px;align-items:flex-start}
  .oul-content{flex:1 1 auto}
  .oul-sidebar{flex:0 0 320px;margin-top:0}
}

img{max-width:100%;height:auto}

/* Skip link */
.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden
}
.skip-link:focus{position:static;width:auto;height:auto}
