@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root{--brand-primary:#4F46E5;--brand-secondary:#4F46E5;--brand-font:'Inter',system-ui,sans-serif;}
body,button,input,select,textarea,h1,h2,h3,h4,h5,h6{font-family:var(--brand-font);}
