/* src/styles/brand-fonts.css */
@font-face {
  font-family: 'Cereal Killa';
  src: url('/uploads/8qG28kiF6akXrgH8WAVhP-CEREALKILLA-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cereal Killa Casual';
  src: url('/uploads/YiaZrFTKqp8D7d1_ZLhP_-CEREALKILLA-Casual.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Annonce';
  src: url('/uploads/q1r3mG5a7wh9Rtj0f6Q1i-AnnonceW01-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('/uploads/SmRJMBRkUKzvZoRP_XJo5-RedHatText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('/uploads/ayCNYb-_-dchp5mEQ5pt6-RedHatText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --display: 'Cereal Killa', 'Arial Black', sans-serif;
  --script: 'Cereal Killa Casual', cursive;
  --label: 'Annonce', 'Arial Narrow', sans-serif;
  --body: 'Red Hat Text', 'Helvetica Neue', sans-serif;
}
