/* Cereal — project-wide sans-serif (Airbnb-style) */

@font-face {
  font-family: 'Cereal';
  src: url('../fonts/Cereal/Cereal-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/Cereal/Cereal-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/Cereal/Cereal-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/Cereal/Cereal-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/Cereal/Cereal-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cereal';
  src: url('../fonts/Cereal/Cereal-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-sans: 'Cereal', Arial, Helvetica, sans-serif;
}

html,
body {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
