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