/************************************
*                                   *
*           Color Palette           *
*            Light Theme            *
*                                   *
*       Venecia Software Factory    *
*               2023                *
*                                   *
*************************************/

:root {
  /* ===== Brand ===== */
  --primary-color: #6f4dd6;
  --primary-color-rgb: 111, 77, 214;

  --secondary-color: #7c66de;
  --secondary-color-rgb: 124, 102, 222;

  --success-color: #5b47c8;
  --success-color-rgb: 91, 71, 200;

  --info-color: #4f8fb0;
  --info-color-rgb: 79, 143, 176;

  --warning-color: #c25b44;
  --warning-color-rgb: 194, 91, 68;

  --danger-color: #b0004d;
  --danger-color-rgb: 176, 0, 77;

  --disabled-color: #9a93a0;
  --disabled-color-rgb: 154, 147, 160;

  --contrast-color: #0f0f14;
  --contrast-color-rgb: 15, 15, 20;

  /* ===== Surfaces ===== */
  --surface-default: #f7f8fc;
  --surface-primary: #f1f2fa;
  --surface-secondary: #ffffff;
  --surface-strong: #ebeaf7;
  --surface-soft: #fbfbfe;

  /* ===== Text ===== */
  --text-default: #1e1e2f;
  --text-primary: #2a0f45;
  --text-secondary: #3c2354;
  --text-strong: #121212;
  --text-soft: #7a7a85;

  /* ===== Shadows ===== */
  --shadow-color: #0a0a14;
  --shadow-color-rgb: 10, 10, 20;
}