/* Sonho Divino brand palette. Change these tokens to theme a sibling project. */
:root {
    --sv-color-primary: #218838;
    --sv-color-primary-hover: #174d29;
    --sv-color-primary-strong: #173b2b;
    --sv-color-primary-muted: #176d2a;
    --sv-color-secondary: #4b3049;
    --sv-color-secondary-muted: #795376;
    --sv-color-accent: #d9c77c;
    --sv-color-text: #26352b;
    --sv-color-surface: #fff;
    --sv-color-background: #f7f4f6;
}
