:root {
    --primary: #0d9488;
    --primary-hover: #0f766e;
    --bg-hero: #f0fdfa;
    --text-main: #111;
    --text-muted: #666;
    --bg-light: #f8f8f8;
    --border-color: #eaeaea;
}

.logo {
    max-width: 40px !important;
}