@tailwind base;@tailwind components;@tailwind utilities;@layer base{html {
    font-family: "Instrument Sans", Arial;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
    letter-spacing: -0.025em;
  }

  .text-display {
    font-weight: 700;
    letter-spacing: -0.04em;
  }
}