/* em-power brand typography — Boing (subset WOFF2, embedded in the imported files).
   Maps the app's Inter family onto Boing (Light for body, Medium for heavier UI text)
   and Outfit onto Boing Semibold, so existing references render Boing throughout. */
@import url('/static/empower_boing_light.css?v=1');
@import url('/static/empower_boing_medium.css?v=1');
@import url('/static/empower_boing_semibold.css?v=1');

body{font-family:'Inter',-apple-system,Arial,sans-serif;}
/* sub-headings -> Medium (override the app's heading weights) */
h2,.panel .ph h2,.emp-slabel,.emp-sub,.page-sub,.empm2-scard h3,.emp-dbar .bcrumb .cur,.nav-label{
  font-family:'Inter',Arial,sans-serif !important;font-weight:500 !important;}
/* logo: "altogether." (Semibold) | empower (Light) */
.topbar .tb-div,.topbar .tb-sub{display:none !important;}
.wordmark{font-family:'Inter',Arial,sans-serif !important;font-weight:300 !important;letter-spacing:-.02em;
  display:inline-flex;align-items:baseline;}
.wordmark .wm-alt{font-family:'Outfit',Arial,sans-serif !important;font-weight:700;color:var(--grey);}
.wordmark .wm-alt .dot{color:var(--green);}
.wordmark .wm-rest{font-weight:300;color:var(--grey);}
.wordmark .wm-sep{color:var(--muted);margin:0 7px;font-weight:300;}
