/*
Theme Name: BizLiveGo
Theme URI: https://bizlivego.com/
Description: Instant Business Launchpad & Auto-Publish Directory Child Theme for BizLiveGo.
Author: BizLiveGo Team
Author URI: https://bizlivego.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: BizLiveGo
*/

:root {
    --biz-primary: #0284c7;
    --biz-primary-dark: #0369a1;
    --biz-dark: #0f172a;
    --biz-success: #16a34a;
    --biz-border: #e2e8f0;
}

body {
    -webkit-font-smoothing: antialiased;
}

.bizlivego-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}