:root {
    /* canais RGB (sem #, separados por espaço) */
    --theme-primary-100: 255 245 240;
    --theme-primary-200: 255 232 219;
    --theme-primary-300: 255 195 163;
    --theme-primary-400: 255 139  77;
    --theme-primary-500: 255  91   3;
    --theme-primary-600: 209  76   5;
    --theme-primary-700: 170  65   9;
    --theme-primary-800: 132  53  11;
    --theme-primary-900:  92  39  10;
    --theme-primary-950:  54  24   8;
    /* contraste (branco para laranja) */
    --theme-primary-contrast: 255 255 255;
  }
  