/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@700;800;900&family=Syne:wght@700;800&display=swap');

/* Halyard Display (Local) */
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/halyard-display-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/halyard-display-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/halyard-display-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Primor Stylish Custom Font */
@font-face {
  font-family: 'Primor Stylish';
  src: url('../fonts/PrimorStylish.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bestie Seventy';
  src: url('../fonts/Bestie-Seventy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Dirtyline 36 Days of Type 2022 Custom Font */
@font-face {
  font-family: 'dirtyline-36daysoftype-2022';
  src: url('../fonts/dirtyline-36daysoftype-2022.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
