@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0F1F4A;
  --blue: #5583FC;
  --light-blue: #EAF0FF;
  --white: #FFFFFF;
  --grey: #64748B;
  --body-text: #475569;
  --font: 'Archivo', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--navy); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2 { font-weight: 700; line-height: 1.15; }
h3 { font-weight: 600; line-height: 1.3; }
