@font-face {
  font-family:"Inter";
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url("/assets/fonts/InterVariable-site.woff2?v=1.0") format("woff2");
}

:root {
  --font-sans:"Inter",sans-serif;
  --orange:#F97316;
  --orange-rgb:249 115 22;
  --vacancy-green:#43A047;
  --text:#161616;
  --muted:#737373;
  --text-primary:#1d1d1f;
  --text-secondary:#4b4b51;
  --text-muted:#5f5f63;
  --text-accent:#F97316;
  --font-weight-regular:400;
  --font-weight-medium:500;
  --font-weight-semibold:600;
  --font-weight-bold:700;
  --font-size-page-title:clamp(26px,7.2vw,34px);
  --line-height-page-title:1.12;
  --font-size-secondary:14px;
  --line-height-secondary:1.35;
  --font-size-body:16px;
  --line-height-body:1.45;
  --font-size-section-title:20px;
  --line-height-section-title:1.2;
  --font-size-card-title:17px;
  --line-height-card-title:1.2;
  --font-size-caption:12px;
  --line-height-caption:1.2;
  --line:#e9e9e9;
  --surface:#fff;
  --soft:#f7f7f8;
  --radius:24px;
  --compact-hero-height:120px;
  --badge-title-gap:20px;
}
* { box-sizing:border-box; }
html,body,button,input,textarea,select { font-family:var(--font-sans); }
html { background:var(--surface); color:var(--text); }
body { min-width:320px; margin:0; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; text-rendering:optimizeLegibility; }
#jobs-app { font-family:var(--font-sans); }
body.modal-open { overflow:hidden; }
button,input,textarea,select { font-family:inherit; }
button,input { font:inherit; }
button { cursor:pointer; }
button,a,[role="button"] { -webkit-tap-highlight-color:transparent; }
button:focus-visible,a:focus-visible,[role="button"]:focus-visible { outline:2px solid #F97316; outline-offset:3px; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { color:#1d1d1f; font-weight:700; letter-spacing:-.4px; }
h1,h2 { line-height:1.2; }
h1 { margin-bottom:16px; font-size:clamp(2.8rem,11vw,4.6rem); }
h2 { margin-bottom:15px; font-size:clamp(2.15rem,8vw,3.2rem); }
h3 { margin-bottom:9px; font-size:1.35rem; line-height:1.25; }
