@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap");

body {
  font-family: "Public Sans", "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}
h1, h2, h3, .brand {
  font-family: "Sora", "Aptos Display", "Segoe UI Variable Display", "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "lnum" 1, "kern" 1;
}
h1 {
  font-weight: 800;
  letter-spacing: 0;
}
h2, h3, .brand {
  font-weight: 700;
}