@import url('https://fonts.googleapis.com/css2?family=Pompiere');
@import url('https://fonts.googleapis.com/css2?family=Raleway');
:root {
  --4b794baa-79f4-8043-8006-6435d599d5cb: #e28989;
  --accent: #e28989;
  --4b794baa-79f4-8043-8006-64366e466eaa: #141414;
  --background: #141414;
}
.border-color-background {
  border-color: var(--background);
}
.bg-color-background {
  background-color: var(--background);
}
.font-heading {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 24px;
}
.bg-color-accent {
  background-color: var(--accent);
}
.font-title {
  font-family: 'Pompiere';
  font-weight: 400;
  font-size: 64px;
}
.font-caption {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 14px;
}
.text-color-background {
  color: var(--background);
}
.text-color-accent {
  color: var(--accent);
}
.border-color-accent {
  border-color: var(--accent);
}
.font-body {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
}
** generated with <3 by bellis Sun Nov 16 22:43:12 UTC 2025 **