/*
Theme Name: Bower & Octant
Theme URI: https://example.com/
Author: Nemanja Stankovic
Author URI: https://example.com/
Description: Minimal starter theme optimized for Elementor (blank canvas). Autor: Nemanja Stankovic.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: bower-octant
*/

:root{
  --content-width: 1200px;
}

html,body{height:100%;}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;}
img{max-width:100%;height:auto;}
.site{min-height:100%;display:flex;flex-direction:column;}
.site-main{flex:1;max-width:var(--content-width);margin:0 auto;padding:20px;}
