/* sector27 Markenfarben */
:root, .light, .dark {
  --color-brand-50: #f3f6fc;
  --color-brand-100: #e2e9f8;
  --color-brand-200: #c4d4f2;
  --color-brand-300: #99b4ea;
  --color-brand-400: #658ee1;
  --color-brand-500: #2f68da;
  --color-brand-600: #1e4fb3;
  --color-brand-700: #123376;
  --color-brand-800: #12306d;
  --color-brand-900: #0f2757;
  --color-brand-950: #0a1734;
  --color-branddim-50: #f4f6fb;
  --color-branddim-100: #e5e9f6;
  --color-branddim-200: #cad4ed;
  --color-branddim-300: #a2b4e1;
  --color-branddim-400: #728ed4;
  --color-branddim-500: #4167c8;
  --color-branddim-600: #2d4fa4;
  --color-branddim-700: #203a7c;
  --color-branddim-800: #1b3064;
  --color-branddim-900: #17274f;
  --color-branddim-950: #0e172f;
  --color-brandcomp-50: #fef9f0;
  --color-brandcomp-100: #fef0dd;
  --color-brandcomp-200: #fde2ba;
  --color-brandcomp-300: #fdce87;
  --color-brandcomp-400: #fdb549;
  --color-brandcomp-500: #f39200;
  --color-brandcomp-600: #cf7d02;
  --color-brandcomp-700: #a06103;
  --color-brandcomp-800: #7c4c04;
  --color-brandcomp-900: #623d04;
  --color-brandcomp-950: #3b2403;
  --color-brandcompdim-50: #fef9f0;
  --color-brandcompdim-100: #fef0dd;
  --color-brandcompdim-200: #fde2ba;
  --color-brandcompdim-300: #fdcd87;
  --color-brandcompdim-400: #fdb549;
  --color-brandcompdim-500: #d47f00;
  --color-brandcompdim-600: #cf7d02;
  --color-brandcompdim-700: #a06103;
  --color-brandcompdim-800: #7c4c04;
  --color-brandcompdim-900: #623c04;
  --color-brandcompdim-950: #3b2403;
}
