/*
Theme Name: Flobase Skinny
Theme URI: https://flobase.ai/
Author: Flobase
Author URI: https://flobase.ai/
Description: Lightweight one-page theme matching the Flobase blue/green branding.
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flobase-skinny
*/
:root{
  --brand-blue:#0078A3;
  --brand-green:#6BBE44;
}
.brand-blue{color:var(--brand-blue)}
.brand-green{color:var(--brand-green)}
.bg-brand-blue{background:var(--brand-blue)}
.bg-brand-green{background:var(--brand-green)}
.bg-brand-blue-5{background-color:rgba(0,120,163,0.05)}
.bg-brand-green-10{background-color:rgba(107,190,68,0.10)}
.border-brand-blue-10{border-color:rgba(0,120,163,0.10)}
img{max-width:100%;height:auto}
