/* =========================
   Eliza Font Definitions
   ========================= */

@font-face {
  font-family:"Eliza";
  src:url("https://raw.githubusercontent.com/ethyca/ethyca-web/refs/heads/main/web/public/Eliza-Regular.woff2?token=GHSAT0AAAAAADRPGPVKSWOZCLIS34FGIQQE2KK5QNQ")format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


:root {
  --fontFamily: "Eliza";
  --widthMaxJobBoard: "1024px";
  --widthMaxContent: "1024px";
  --borderRadiusButton: "2px";
  --borderRadiusControl: "2px";
  --borderRadiusContainer: "4px";
}


body { font-family: "Eliza"; font-weight: 400; font-size: 16px}