/* Copied over on Ashby at https://app.ashbyhq.com/admin/organizational-settings/theme */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  /*  Font families */
  --fontFamily: 'Inter', sans-serif;

  /* Solid background so the sticky job-posting header doesn't let text scroll under the logo */
  --colorAppBackground: #ffffff;
}

body {
  font-family: 'Inter', sans-serif;
}
