@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /* fonts */
    --title: "Montserrat", sans-serif;
    /* font sizes */
    --h1: 72px;
    --h2: 42px;
    --h3: 24px;
    --h4: 22px;
    --h5: 18px;
    --p: 16px;
    --sm: 14px;
}
body {
        background-color: #f4f4f4;
}
h1, h1 * { font-size: var(--h1) !important; }
h2, h2 * { font-size: var(--h2) !important; }
h3, h3 * { font-size: var(--h3) !important; }
h4, h4 * { font-size: var(--h4) !important; }
h5, h5 * { font-size: var(--h5) !important; }

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: var(--title) !important;
    font-weight: 800;
    text-transform: capitalize !important;
    letter-spacing: 1.5px !important;
    line-height: 1.25 !important;
}
a, a:hover, input, input:hover, button, button:hover, img, header, svg, i {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
h3, h4, h5, h6,
h3 *, h4 *, h5 *, h6 * {
    font-weight: 600;
}
img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-top-240 {
    margin-top:240px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}

body, p, ul>li {
    font-size: var(--p) !important;
    line-height: 1.6 !important; /* Increased slightly for better readability */
}

.margin-top-120 {
    margin-top: 120px;
}

.header_2 ul li a,
.header_3 a,
footer a {
    font-size: var(--p);
    line-height: 1.25;  
}
.header_2 ul li a,
.header_3 a {
    text-transform: uppercase;
    font-size: var(--sm);
}
body header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    top: 0;
    z-index: 999999999;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height:110px;
}

body header.scroll-nav {
    padding:0px 0;
    height:60px;
}
.header_1 svg {
    width: 200px;
    margin-top: 0;
    top: 0;
    height: 200px;
    transform: translateY(-25%);
}
body header.scroll-nav .header_1 svg {
    top: 0px;
    width:100px;
    height:100px;
}
body header ul>li>ul>li {
    margin:0 10px 7.5px !important;
}
.header_2 .sub-menu{
    margin-left: 0;
}
.header_2 .sub-menu {
    background:#fff;
}
@media only screen and (min-width: 1024px) {
    body header ul>li:hover>ul {
        opacity: 1;
        pointer-events: inherit;
        visibility: visible;
    }
}
@media only screen and (min-width: 1024px) {
    body header ul>li>ul {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 0 0 16px 16px;
        border-top: none;
        box-shadow: 0 30px 32px 0 rgba(0, 0, 0, .2);
        left: -27px;
        margin: 0;
        min-width: 300px;
        opacity: 0;
        padding: 30px 24px 28px;
        pointer-events: none;
        position: absolute;
        top: calc(100%);
        transition: all .5s ease;
        visibility: hidden;
        z-index: 800;
    }
}
/* Slightly darker background to make white panels pop */
.section_2_home {
    background-color: #f4f4f4; /* Adjust hex code if you want it darker/lighter */
}

/* GROOVE PILATES INSPIRED PANELS */
.global_panel {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    height: 100%;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    /* Set a 2px transparent border so the box doesn't jump on hover */
    border: 4px solid transparent;
    /* Removed transform from transition, added border-color */
    transition: box-shadow 0.3s ease, border-color 0.3s ease; 
}

.global_panel:hover {
    /* Removed: transform: translateY(-8px); */
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
    /* Purple outline on hover */
    border-color: var(--color-steelblue); /* Change this hex to perfectly match your brand's purple */
}

.global_panel img {
    margin-bottom: 30px;
    border-radius: 12px;
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.global_panel a {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.global_panel.panel_team {
    text-align: center;
}

.global_panel.panel_team img {
    border-radius: 20px;
}

/* GROOVE PILATES INSPIRED PILL BUTTONS */
.btn_1,
.btn_2,
.section_1_home .btn_1,
.section_1_home .btn_2,
.special_new a:not(.close_popup) {
    border-radius: 50px !important; /* Pill shaped buttons */
    padding: 15px 35px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--sm) !important;
    font-weight: 400 !important; /* Bolder button text */
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Space for the SVG icon */
    transition: opacity 0.3s ease;
}


.section_1_home .btn_1 {
    margin-bottom: 15px;
    margin-right: 15px;
}

/* SPECIFIC BLOG PANEL OVERRIDES (Core Matters) */
.blog_panel img {
    border-radius: 50%; /* Perfect circles for blog posts */
    width: 160px;
    height: 160px;
    margin: 0 auto 30px auto;
    display: block;
    border: 5px solid #f9f9f9; /* Subtle ring effect */
}

.blog_panel h3 {
    text-align: center;
    margin-bottom: 15px;
}

.blog_panel p {
    text-align: center;
}

.class_type_con {
    padding: 30px;
    height: 100%;
}

.section_1_group h1,
.intro_1 h1,
.contact_left h1 {
    font-size: var(--h2) !important;
}

.intro_1 h2 {
    font-size: var(--h3) !important;
}

.purple_banner h2 {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
}

.flex_row {
    border: none;
    padding: 0;
    text-align: center;
    display: inline-block;
}

div.healcode .header h1 .healcode-title-text {
    font-family: var(--title) !important;
    font-weight: 800 !important;
    text-transform: capitalize !important;
    letter-spacing: 1.5px !important;
    line-height: 1.25 !important;
    font-size: var(--h2) !important;
}

.contact_left h1 {
    margin-bottom: 1rem;
}

.contact_left a {
    font-size: var(--p) !important;
}

.sidebar_menu ul>li>a {
    font-size: var(--h4);
}

.sidebar_menu ul>li>ul.sub-menu>li>a {
    font-size: var(--h5);
}

.sidebar_menu ul>li>ul.sub-menu {
    margin-bottom: 2rem;
}

.section_3_home h2,
.section_5_home h2 {
    font-size: var(--h3) !important;
}

.footer_2 p {
    line-height: 2 !important;
}

/* App Images Soften */
.flex-items img {

}
.sidebar_menu {
    z-index: 999999999;
}
.left_member img.groove-profile-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 30px auto;
    display: block;
    border: 6px solid #f9f9f9;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.toggl_open {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    -webkit-transition: background-color .55s,-webkit-transform .55s;
    transition: background-color .55s,-webkit-transform .55s;
    transition: background-color .55s,transform .55s;
    transition: background-color .55s,transform .55s,-webkit-transform .55s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toggl_open span.line {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toggl_open span.line {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,-webkit-transform .35s;
    transition: transform .35s,opacity .35s;
    transition: transform .35s,opacity .35s,-webkit-transform .35s
}

.toggl_open span.line:after {
    width: 30px;
    height: 2px;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    background-color:  var(--color-cornflowerblue-100);;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform-origin: center;
    transform-origin: center
}

.toggl_open.active span.line:after {
    left: calc(50% - 0px)
}

.toggl_open span.line:first-child {
    top: calc(50% - 7px)
}

.toggl_open span.line:nth-child(3) {
    top: calc(50% + 7px)
}
.toggl_open span.line:first-child:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.toggl_open span.line:nth-child(3):after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.open_icon {
    position: relative;
    width:30px;
    height:30px;
    margin-left: 15px;
}
.toggl_open {
    
}
.section_1_home p {
    margin-bottom:1rem;
}
.section_1_home .container-fluid {
    display: block;
}
.section_1_home .container-fluid h1 {
    margin-block: 20px;
    font-size: var(--h2);
    line-height: 1.2;
}
/* =========================================
   Base Button Shared Styles
   ========================================= */
.btn_1,
.btn_2,
.btn_3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  border-radius: 30px; /* ADDED: Adjust this value to control how round the buttons are */
  transition: all 0.3s ease; 
  
}

/* Shared Sweep Effect (Hidden state) */
.btn_1::before,
.btn_2::before,
.btn_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

/* Trigger Sweep on Hover */
.btn_1:hover::before,
.btn_2:hover::before,
.btn_3:hover::before {
  transform: scaleX(1);
}

/* Ensure ALL button SVGs and their paths inherit text color automatically */
.btn_1 svg,
.btn_2 svg,
.btn_3 svg,
.btn_1 svg path,
.btn_2 svg path,
.btn_3 svg path {
    color: currentColor !important; /* ADDED !important to override any hardcoded HTML colors */
    fill: currentColor !important; /* ADDED !important to override any hardcoded HTML colors */
    transition: fill 0.3s ease;
}

/* Common Hover Text Color */
.btn_1:hover,
.btn_2:hover,
.btn_3:hover,
.special_new a:not(.close_popup):hover {
  color: #ffffff;
  background: transparent;
}


/* =========================================
   Button 1: Green Theme
   ========================================= */
.btn_1 {
  color: #9c3;
  border: 1px solid #9c3;
}

.btn_1::before {
  background-color: #9c3;
}

/* Contextual Overrides for Button 1 */
.section_1_home .btn_1:hover {
  border-color: #9c3;
  fill:#fff;
  color:#fff;
  background:transparent;
}



/* =========================================
   Button 2: Steelblue Theme
   ========================================= */
.btn_2,
.section_1_home .btn_2 {
  color: var(--color-steelblue) ;
  border: 1px solid var(--color-steelblue);
  background:#fff;
}
.btn_2::before {
  background-color: var(--color-steelblue);
}

/* Contextual Overrides for Button 2 */
.section_1_home .btn_2:hover {
  border-color: var(--color-steelblue);
  background: #fff !important; 
}
.training_con .btn_2:hover {
    color: #ffffff;
    background: transparent; 
}

/* =========================================
   Button 3: Magenta/Pink Theme
   ========================================= */
.btn_3 {
  color: #d1499a;
  border: 1px solid #d1499a;
  background:#fff;
}

.btn_3::before {
  background-color: #d1499a;
}

/* Contextual Overrides for Button 3 */
.btn_3:hover {
  border-color: #d1499a;
  color: #ffffff;
  background: transparent !important; 
}


/* =========================================
   Special New Links
   ========================================= */
.special_new a:not(.close_popup):hover {
  color: #ffffff;
  background: transparent;
}

.special_new a:not(.close_popup) svg,
.special_new a:not(.close_popup) svg path {
  fill: var(--color-steelblue) !important; /* ADDED !important here too */
  transition: fill 0.3s ease;
}

.special_new a:not(.close_popup):hover svg,
.special_new a:not(.close_popup):hover svg path {
  fill: #ffffff !important; /* ADDED !important here too */
}

.toggl_open.menu-toggle-open span.line:after {
    width: 30px;
    height: 3px
}
.toggl_open.menu-toggle-open {
    left: 0;
    top: 0;
}

.menu-toggle-open:hover span.line:first-child:after {
    transform: translate(-50%,7px) rotate(45deg);
    -webkit-transform: translate(-50%,7px) rotate(45deg)
}

.menu-toggle-open:hover span.line:nth-child(3):after {
    -webkit-transform: translate(-50%,-7px) rotate(-45deg);
    transform: translate(-50%,-7px) rotate(-45deg)
}

.menu-toggle-open.toggl_open span.line {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-toggle-open.toggl_open span.line:nth-child(2) {
    opacity: 0
}

.menu-toggle-open.toggl_open span.line:first-child:after {
    -webkit-transform: translate(-50%,7px) rotate(45deg);
    transform: translate(-50%,7px) rotate(45deg)
}

.menu-toggle-open.toggl_open span.line:nth-child(3):after {
    -webkit-transform: translate(-50%,-7px) rotate(-45deg);
    transform: translate(-50%,-7px) rotate(-45deg)
}
.footer_1 svg {
    width:100%;
    max-width: 200px;
    height: auto;
}
footer h4 {
    text-transform: uppercase !important;
    font-size: var(--p) !important;
}
/* Groove Pilates Inspired Class Cards */
.groove-class-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    /* Set to a 2px transparent border so the card doesn't shift when the hover border appears */
    border: 4px solid transparent;
    padding: 40px 30px;
    height: 100%;
    /* Removed transform from the transition, added border-color */
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.groove-class-card:hover {
    /* Removed: transform: translateY(-8px); */
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
    /* Apply the purple brand outline */
    border-color: var(--color-steelblue); 
}
.groove-badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px; /* Pill shape */
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.groove-class-card h3 {
    margin-bottom: 15px;
    font-size: 1.5rem !important;
}
.groove-class-card p {
    color: #555;
    line-height: 1.7 !important;
}
/* Groove Pilates Inspired Team Cards */
.groove-team-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    /* 4px transparent border so the card doesn't jump when the hover border appears */
    border: 4px solid transparent;
    padding: 40px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    /* Removed transform from transition, added border-color */
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.groove-team-card:hover {
    /* Removed up/down movement */
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
    color: inherit;
    /* 4px Steelblue border on hover */
    border-color: var(--color-steelblue);
}

.groove-team-card img {
    width: 160px;
    height: 160px;
    border-radius: 50%; /* Perfect circle for an approachable, personal vibe */
    object-fit: cover;
    margin: 0 auto 25px auto;
    display: block;
    /* Kept the image border as is, but you can change this to 4px too if needed */
    border: 5px solid #f9f9f9;
    transition: border-color 0.3s ease;
}

.groove-team-card:hover img {
    border-color: #f0f0f0;
}

.groove-team-card h3 {
    font-size: 1.35rem !important;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.groove-team-link {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9c3; /* Retrofit Green */
    margin-top: auto;
    transition: color 0.3s ease;
}

.groove-team-card:hover .groove-team-link {
    color: #5D6FB4;
}
/* Groove Pilates Inspired Pricing Cards */
    .groove-pricing-card {
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
        /* 2px transparent border to prevent shifting on hover */
        border: 4px solid transparent;
        padding: 40px 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        /* Removed transform from transition, added border-color */
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }
    .groove-pricing-card:hover {
        /* Removed up/down movement */
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
        /* Apply the purple brand outline */
        border-color: var(--color-steelblue);
    }
    .groove-pricing-card h3 {
        font-size: 1.4rem !important;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
    }
    .groove-pricing-card p.subtitle {
        font-size: 0.9rem !important;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .groove-pricing-card h4 {
        font-size: 2.5rem !important;
        font-weight: 800;
        margin: 20px 0;
        color: inherit;
    }
    .groove-pricing-card .match_height {
        flex-grow: 1;
        color: #555;
        line-height: 1.6;
    }
    /* Auto-style the generic links added via ACF to look like buttons */
    .groove-pricing-card a {
        background-color: #5D6FB4;
        color: #fff;
        border-radius: 50px !important;
        padding: 12px 30px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        margin-top: 20px;
        transition: opacity 0.3s ease;
        width: 100%;
    }
    .groove-pricing-card a:hover {
        opacity: 0.85;
        color: #fff;
        text-decoration: none;
    }
    .groove-pricing-card table {
        width: 100%;
        margin-bottom: 15px;
    }
    .groove-pricing-card table td {
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        vertical-align: middle;
    }
    .groove-pricing-card table tr:last-child td {
        border-bottom: none;
    }
    .groove-pricing-card table p {
        margin: 0;
        color: #555;
        line-height: 1.4;
    }
    .groove-pricing-card table strong {
        font-size: 1.1rem;
        color: #333;
    }
    /* Section Titles */
    .section_area_pricing {
        text-align: center;
        margin-bottom: 25px;
        padding-left: 15px;
    }
    .section_area_pricing h2, .section_area_pricing h3 {
        font-weight: 800;
        
    }
    .left-content-wrapper h1, .left-content-wrapper h2 {
        font-weight: 800;
        color: #333;
        margin-bottom: 20px;
    }
    .left-content-wrapper p {
        color: #555;
        line-height: 1.8;
        font-size: 1.1rem !important;
    }
/* Groove Pilates Inspired Course Cards */
    .groove-course-card {
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
        /* 2px transparent border to prevent shifting on hover */
        border: 4px solid transparent; 
        padding: 40px 35px;
        height: 100%;
        /* Removed transform from transition, added border-color */
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }
    .groove-course-card:hover {
        /* Removed up/down movement */
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
        /* Apply the purple brand outline */
        border-color: var(--color-steelblue);; 
    }
    .groove-course-card h2 {
        font-size: 1.5rem !important;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
    }
    .groove-course-content {
        color: #555;
        line-height: 1.7;
        margin-bottom: 30px;
    }
/* Groove Pilates Inspired FAQ Cards */
    .side_faqs_col a.groove-faq-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 16px;
        padding: 25px 35px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
        /* 2px transparent border to prevent shifting on hover */
        border: 4px solid transparent;
        /* Removed transform from transition, added border-color */
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
        text-decoration: none;
        margin-bottom: 20px;
        color: inherit;
        width: 100%;
    }
    .side_faqs_col a.groove-faq-link:hover {
        /* Removed up/down movement */
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
        text-decoration: none;
        color: inherit;
        /* Apply the purple brand outline */
        border-color: var(--color-steelblue);
    }
    .groove-faq-link h3 {
        margin: 0;
        font-size: 1.25rem !important;
        font-weight: 600;
        color: #333;
        line-height: 1.4 !important;
        text-transform: none !important; /* Prevents overly capitalized long questions */
    }
    .groove-faq-icon {
        color: #9c3; /* Retrofit Green */
        font-size: 1.25rem;
        transition: transform 0.3s ease;
        margin-left: 20px;
    }
    .groove-faq-link:hover .groove-faq-icon {
        transform: translateX(5px);
    }
    .mobile_app_imgs img{
        height:40px;
        width:auto;
    }
    .btm_bar_footer p {
        text-transform: uppercase;
        font-size: var(--sm) !important;
    }
@media (max-width: 1199.98px) {
    .global_panel img { height: auto; }   
}

@media (max-width: 991.98px) {
    .global_panel img { height: auto; }  
    :root {
        /* fonts */
        --title: "Montserrat", sans-serif;
        /* font sizes */
        --h1: 42px;
        --h2: 32px;
        --h3: 24px;
        --h4: 22px;
        --h5: 18px;
        --p: 16px;
        --sm: 14px;
    }

}