/* Custom CSS for sugardaddykrakow */
:root {
  --pico-font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
  --pico-primary: #8b1c4b;
  --pico-primary-hover: #6a1539;
}
.sdk-hero {
  border-bottom: 2px solid var(--pico-primary);
  padding-bottom: 1rem;
}
.sdk-highlight {
  color: var(--pico-primary);
  font-weight: bold;
}
