/*
    This CSS file is linked to index.html.
    Tailwind CSS is used for most styling directly in the HTML.
    This file can be used for any custom styles that are not easily
    achieved with Tailwind or for overrides.
*/

@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("./nunito-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 200;
  src: url("./HelveticaNeueLTPro-Lt.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Apply the 'Inter' font family as requested in the general instructions */
body {
  font-family: "Helvetica Neue", sans-serif;
}

/* No additional custom CSS is strictly needed here
   as Tailwind classes handle the layout and colors.
   However, this file is provided as requested.
*/
