:root {
    /* canais RGB (sem #, separados por espaço) - Tons de Laranja baseados em rgb(255, 91, 3) */
    --theme-primary-100: 255 240 230;
    --theme-primary-200: 255 220 195;
    --theme-primary-300: 255 180 135;
    --theme-primary-400: 255 140  75;
    --theme-primary-500: 255  91   3;
    --theme-primary-600: 230  82   3;
    --theme-primary-700: 204  72   2;
    --theme-primary-800: 179  63   2;
    --theme-primary-900: 153  54   1;
    --theme-primary-950: 102  36   1;
    /* contraste (branco) */
    --theme-primary-contrast: 255 255 255;
  }
  