/* GENERATED FILE - DO NOT EDIT.
   Source: frontend/lib/ui/shared/theme.dart
   Regenerate with: python3 frontend/tool/generate_theme.py
*/
:root {
  --font-family: Roboto, system-ui, -apple-system, "Segoe UI", Helvetica, sans-serif;
  --color-white: #ffffff;
  --color-rose-punch: #d94b7d;
  --color-rose-punch-dark: #c2456b;
  --color-dusty-olive: #678256;
  --color-cherry-rose: #aa2f54;
  --color-cherry-rose-dark: #902847;
  --color-grey-olive: #a19b96;
  --color-yellow-white: #fffde7;
  --color-charcoal: #333333;
  --color-primary: #aa2f54;
  --color-primary-hover: #902847;
  --color-secondary: #678256;
  --color-accent: #d94b7d;
  --color-accent-hover: #c2456b;
  --color-background: #fffde7;
  --color-text: #333333;
}
