/* Typing Speed Trainer — Blue Theme
   Add or change any variable here to customise this theme.
   All variables are available site-wide via var(--c-*) in your CSS. */
:root {
  --c-primary:       #3b5bdb;
  --c-primary-dark:  #2f4ac7;
  --c-primary-light: #4c6ef5;
  --c-primary-faint: #eef1ff;
  --c-primary-rgb:   59, 91, 219;

  --c-stat-1:  #3b5bdb;
  --c-stat-2:  #2f9e44;
  --c-stat-3:  #e03131;
  --c-stat-4:  #1971c2;

  --c-bg:          #eef1ff;
  --c-surface:     #ffffff;
  --c-border:      #d0d9f0;
  --c-shadow:      rgba(59, 91, 219, 0.12);

  --c-text:        #1a1f36;
  --c-text-sub:    #4b5280;
  --c-text-muted:  #8891b0;
  --c-pending:     #a0aac8;

  --c-correct:     #1a1f36;
  --c-incorrect:   #e03131;
  --c-cursor:      #3b5bdb;
}
