/*
Theme Name: WellTrackHealth Child
Theme URI: https://example.com/
Description: Lightweight child theme for the WellTrackHealth Elementor website.
Author: Devyar
Template: hello-elementor
Version: 1.1.0
Text Domain: medichelp-child
*/

:root {
    --mh-primary: #08a6a6;
    --mh-primary-dark: #087f85;
    --mh-primary-light: #ddf7f6;
    --mh-navy: #073b55;
    --mh-navy-dark: #052c40;
    --mh-body: #4f6876;
    --mh-white: #ffffff;
    --mh-background: #effbfd;
    --mh-border: #d7e8ec;
    --mh-shadow: 0 14px 40px rgba(7, 59, 85, 0.12);
    --mh-container: 1240px;
    --mh-header-height: 84px;
    --mh-radius-small: 8px;
    --mh-radius-medium: 16px;
    --mh-radius-pill: 999px;
    --mh-font-heading: "Poppins", "Segoe UI", Arial, sans-serif;
    --mh-font-body: "Inter", "Segoe UI", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}
