@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AvantGarde';
  src: url('../fonts/AvantGardeITCbyBT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Apply Montserrat to whole site */
html, body {
  font-family: 'AvantGarde', sans-serif;
}

/* Optional: Use AvantGarde for titles only */
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}

.breadcrumb {
  display: none !important;
}
