@font-face {
  font-family: 'tairocruiz'; /* The name you'll use in CSS */
  src: url('../fonts/tairocruiz.woff2') format('woff2'),
       url('../fonts/tairocruiz.woff') format('woff');
  font-weight: normal;      /* optional */
  font-style: normal;       /* optional */
  font-display: swap;       /* controls font loading behavior */
}

.tairocruiz {
    font-family: 'tairocruiz', sans-serif; /* Fallback to sans-serif */
    font-size: 16px; /* Adjust as needed */
    line-height: 1.5; /* Adjust as needed */
    color: #333; /* Text color */
    margin: 0; /* Reset margin */
    padding: 0; /* Reset padding */
}
