/* eResidency — Onest typeface
   Onest is the single brand typeface for eResidency. Use it everywhere:
   display, headings, body, and (uppercase + wide tracking) technical labels.
   Files are local .woff2 (≈26 KB each) with .ttf as fallback for very old browsers. System sans is the fallback. */

@font-face { font-family:"Onest"; font-weight:300; font-style:normal; font-display:swap;
  src:url("Onest-Light.woff2") format("woff2"), url("Onest-Light.ttf") format("truetype"); }
@font-face { font-family:"Onest"; font-weight:400; font-style:normal; font-display:swap;
  src:url("Onest-Regular.woff2") format("woff2"), url("Onest-Regular.ttf") format("truetype"); }
@font-face { font-family:"Onest"; font-weight:500; font-style:normal; font-display:swap;
  src:url("Onest-Medium.woff2") format("woff2"), url("Onest-Medium.ttf") format("truetype"); }
@font-face { font-family:"Onest"; font-weight:600; font-style:normal; font-display:swap;
  src:url("Onest-SemiBold.woff2") format("woff2"), url("Onest-SemiBold.ttf") format("truetype"); }
@font-face { font-family:"Onest"; font-weight:700; font-style:normal; font-display:swap;
  src:url("Onest-Bold.woff2") format("woff2"), url("Onest-Bold.ttf") format("truetype"); }
@font-face { font-family:"Onest"; font-weight:800; font-style:normal; font-display:swap;
  src:url("Onest-ExtraBold.woff2") format("woff2"), url("Onest-ExtraBold.ttf") format("truetype"); }
@font-face { font-family:"Onest"; font-weight:900; font-style:normal; font-display:swap;
  src:url("Onest-Black.woff2") format("woff2"), url("Onest-Black.ttf") format("truetype"); }

:root {
  --er-font: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
