/* stylelint-disable */

/* ============================================
   829 Studios — Ashby Job Board Custom CSS
   Font match only — everything else is default
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap');

:root {
  --fontFamily: 'Onest', sans-serif;
}
