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

:root {
  --bu-font-h1: 'Inter', system-ui, sans-serif;
  --bu-font-h1-size: 72px;
  --bu-font-h1-weight: 800;
  --bu-font-h1-lh: 1.2;
  --bu-font-h2: 'Inter', system-ui, sans-serif;
  --bu-font-h2-size: 36;
  --bu-font-h2-weight: 700;
  --bu-font-h2-lh: 1.3;
  --bu-font-h3: 'Inter', system-ui, sans-serif;
  --bu-font-h3-size: 24;
  --bu-font-h3-weight: 600;
  --bu-font-h3-lh: 1.35;
  --bu-font-h4: 'Inter', system-ui, sans-serif;
  --bu-font-h4-size: 18;
  --bu-font-h4-weight: 600;
  --bu-font-h4-lh: 1.4;
  --bu-font-body: 'Inter', system-ui, sans-serif;
  --bu-font-body-size: 14-16px;
  --bu-font-body-weight: 400;
  --bu-font-body-lh: 1.6;
}