/* Auto-generated by Theme Options — DO NOT EDIT MANUALLY */
:root {
    --t2-primary: #3b82f6;
    --t2-secondary: #1e293b;
    --t2-font-family: 'Inter', sans-serif;
    --t2-h1-size: 28px;
    --t2-h2-size: 24px;
    --t2-h3-size: 22px;
    --t2-h4-size: 20px;
    --t2-body-size: 14px;
    --t2-logo-height: 40px;
}

body {
    font-family: var(--t2-font-family);
    font-size: var(--t2-body-size);
}

h1 { font-size: var(--t2-h1-size); }
h2 { font-size: var(--t2-h2-size); }
h3 { font-size: var(--t2-h3-size); }
h4 { font-size: var(--t2-h4-size); }

a { color: var(--t2-primary); }

.btn-primary,
.site-header { 
    background-color: var(--t2-primary);
}

.site-logo img,
.site-logo svg {
    height: var(--t2-logo-height);
}
