:root{
--mr-font-heading:"Inter",sans-serif;
--mr-font-body:"Roboto",sans-serif;
--mr-font-menu:"Inter",sans-serif;
--mr-font-button:"Inter",sans-serif;
--mr-color-primary:#1e8a8a;
--mr-color-primary-hover:#0b7872;
--mr-color-secondary:#005b58;
--mr-color-secondary-hover:#004946;
--mr-color-accent:#f59e0b;
--mr-color-heading:#07142b;
--mr-color-body:#334155;
--mr-color-muted:#64748b;
--mr-color-link:#1e8a8a;
--mr-color-link-hover:#0b7872;
--mr-color-bg:#ffffff;
--mr-color-surface:#f7fbfb;
--mr-color-border:#d8eeee;
--mr-color-success:#15803d;
--mr-color-warning:#b45309;
--mr-color-error:#b91c1c;
--mr-color-info:#0369a1;
--mr-container:1280px;
--mr-container-narrow:820px;
--mr-content-width:860px;
--mr-sidebar-width:320px;
--mr-content-gap:48px;
--mr-mobile-padding:16px;
--mr-radius-sm:6px;
--mr-radius-md:12px;
--mr-radius-lg:20px;
--mr-shadow-sm:0 10px 30px rgba(7,20,43,.08);
--mr-card-shadow:0 10px 30px rgba(7,20,43,.08);
--mr-size-h1:56px;
--mr-size-h2:42px;
--mr-size-h3:32px;
--mr-size-h4:24px;
--mr-size-h5:20px;
--mr-size-h6:18px;
--mr-weight-h1:700;
--mr-weight-h2:700;
--mr-weight-h3:700;
--mr-weight-h4:700;
--mr-weight-h5:700;
--mr-weight-h6:700;
--mr-line-h1:64px;
--mr-line-h2:52px;
--mr-line-h3:42px;
--mr-line-h4:34px;
--mr-line-h5:30px;
--mr-line-h6:27px;
--mr-letter-h1:-1px;
--mr-letter-h2:-0.5px;
--mr-letter-h3:-0.25px;
--mr-letter-h4:0px;
--mr-letter-h5:0px;
--mr-letter-h6:0px;
--mr-size-body:16px;
--mr-weight-body:400;
--mr-line-body:26px;
--mr-size-body-lg:18px;
--mr-line-body-lg:30px;
--mr-size-small:14px;
--mr-line-small:22px;
--mr-menu-size:15px;
--mr-menu-weight:600;
--mr-button-size:15px;
--mr-button-weight:700;
--mr-space-xs:4px;
--mr-space-sm:8px;
--mr-space-md:16px;
--mr-space-lg:24px;
--mr-space-xl:32px;
--mr-space-2xl:48px;
--mr-space-3xl:64px;
--mr-section-padding:96px;
--mr-grid-gap:28px;
--mr-card-padding:28px;
--mr-button-height:48px;
--mr-button-padding-x:24px;
--mr-button-radius:8px;
--mr-button-border-width:1px;
--mr-button-hover-move:2px;
--mr-card-background:#ffffff;
--mr-card-border-color:#d8eeee;
--mr-card-border-width:1px;
--mr-card-radius:12px;
--mr-card-hover-move:4px;
--mr-input-height:48px;
--mr-input-radius:8px;
--mr-input-background:#ffffff;
--mr-input-border:#cbd5e1;
--mr-input-focus:#1e8a8a;
--mr-header-height:78px;
--mr-header-bg:#ffffff;
--mr-header-text:#07142b;
--mr-header-border:#d8eeee;
--mr-header-menu-gap:28px;
--mr-header-logo-width:180px;
--mr-header-dropdown-width:240px;
--mr-header-sticky-bg:#ffffff;
--mr-announcement-bg:#07142b;
--mr-announcement-text:#ffffff;
--mr-footer-columns:4;
--mr-footer-bg:#07142b;
--mr-footer-text:#cbd5e1;
--mr-footer-link:#e2e8f0;
--mr-footer-padding-top:72px;
--mr-footer-padding-bottom:48px;
--mr-footer-logo-width:190px;
--mr-footer-mobile-align:left;
--mr-footer-mobile-justify:flex-start;
--mr-blog-image-ratio:16/10;
--mr-product-image-ratio:1/1;
}
@media(max-width:1024px){:root{--mr-size-h1:46px;--mr-size-h2:36px;--mr-size-h3:29px;--mr-size-h4:23px;--mr-size-h5:20px;--mr-size-h6:18px;--mr-size-body:16px;--mr-section-padding:76px;--mr-grid-gap:22px;}}
@media(max-width:767px){:root{--mr-size-h1:36px;--mr-size-h2:30px;--mr-size-h3:26px;--mr-size-h4:22px;--mr-size-h5:19px;--mr-size-h6:17px;--mr-size-body:16px;--mr-section-padding:56px;--mr-grid-gap:16px;--mr-card-padding:20px;}}
.site-header{position:sticky;background:var(--mr-header-bg);color:var(--mr-header-text)}
