/* ============================================================
   FLIXCHECK COLOR PALETTE
   Source: Figma Variables — Primitives
   ============================================================ */

:root {

  /* Base */
  --color-white: #FAFAFA;
  --color-black: #0C111D;

  /* Gray */
  --color-gray-25:  #FCFCFD;
  --color-gray-50:  #F9FAFB;
  --color-gray-100: #F3F2F2;
  --color-gray-200: #EAECF0;
  --color-gray-300: #D0D5DD;
  --color-gray-400: #98A2B3;
  --color-gray-500: #667085;
  --color-gray-600: #475467;
  --color-gray-700: #344054;
  --color-gray-800: #182230;
  --color-gray-900: #101828;
  --color-gray-950: #0C111D;

  /* Brand */
  --color-brand-25:  #F7FDFB;
  --color-brand-50:  #EAFAF4;
  --color-brand-100: #D5F6E9;
  --color-brand-200: #BFF2DE;
  --color-brand-300: #AAEED3;
  --color-brand-400: #90E9C6;
  --color-brand-500: #64E1AF;
  --color-brand-600: #3AD99A;
  --color-brand-700: #21AB8B;
  --color-brand-800: #146759;
  --color-brand-900: #012A30;
  --color-brand-950: #011619;

  /* Error */
  --color-error-25:  #FFF6F5;
  --color-error-50:  #FFE8E5;
  --color-error-100: #FFB9B2;
  --color-error-200: #FFA199;
  --color-error-300: #FF8A80;
  --color-error-400: #FF7266;
  --color-error-500: #FF5041;
  --color-error-600: #FF1400;
  --color-error-700: #CC1000;
  --color-error-800: #990C00;
  --color-error-900: #660800;
  --color-error-950: #330400;

  /* Warning */
  --color-warning-25:  #FFFCF5;
  --color-warning-50:  #FFFAEB;
  --color-warning-100: #FEF0C7;
  --color-warning-200: #FEDF89;
  --color-warning-300: #FEC84B;
  --color-warning-400: #FDB022;
  --color-warning-500: #F79009;
  --color-warning-600: #DC6803;
  --color-warning-700: #B54708;
  --color-warning-800: #93370D;
  --color-warning-900: #7A2E0E;
  --color-warning-950: #4E1D09;

  /* Success */
  --color-success-25:  #EDF7EE;
  --color-success-50:  #DBF0DC;
  --color-success-100: #CAE8CB;
  --color-success-200: #B8E0BA;
  --color-success-300: #94D197;
  --color-success-400: #71C174;
  --color-success-500: #4CAF50;
  --color-success-600: #3E8E41;
  --color-success-700: #2E6B31;
  --color-success-800: #1F4721;
  --color-success-900: #173518;
  --color-success-950: #0F2410;

  /* Dark Blue */
  --color-blue-dark-25:  #EEEEF7;
  --color-blue-dark-50:  #DDDDEE;
  --color-blue-dark-100: #CBCBE6;
  --color-blue-dark-200: #BABADE;
  --color-blue-dark-300: #9898CD;
  --color-blue-dark-400: #7575BD;
  --color-blue-dark-500: #5353AC;
  --color-blue-dark-600: #42428A;
  --color-blue-dark-700: #323267;
  --color-blue-dark-800: #212145;
  --color-blue-dark-900: #191934;
  --color-blue-dark-950: #111122;

  /* Light Blue */
  --color-blue-light-25:  #F5FBFF;
  --color-blue-light-50:  #E6F6FE;
  --color-blue-light-100: #CEEDFD;
  --color-blue-light-200: #9CDCFC;
  --color-blue-light-300: #6BCAFA;
  --color-blue-light-400: #39B9F9;
  --color-blue-light-500: #08A7F7;
  --color-blue-light-600: #0686C6;
  --color-blue-light-700: #056494;
  --color-blue-light-800: #034363;
  --color-blue-light-900: #02324A;
  --color-blue-light-950: #022131;

}
