
    .font-outline {
      -webkit-text-stroke: 1.5px black;
      color: white;
    }
    .font-outline-sm {
      -webkit-text-stroke: 1px black;
      color: white;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Sora', sans-serif; }
  