@charset "utf-8";

/* stylelint-disable */
body {
  /* Application Color */
  --APPLICATION-COLOR--text-entire-dark: rgb(19, 16, 20);
  --APPLICATION-COLOR--text-entire-dark070: rgba(19, 16, 20, 0.7);
  --APPLICATION-COLOR--text-entire-dark050: rgba(19, 16, 20, 0.5);
  --APPLICATION-COLOR--text-entire-regular: rgb(115, 118, 125);
  --APPLICATION-COLOR--text-entire-regular030: rgba(115, 118, 125, 0.3);
  --APPLICATION-COLOR--text-entire-regular015: rgba(115, 118, 125, 0.15);
  --APPLICATION-COLOR--text-entire-regular009: rgba(115, 118, 125, 0.09);
  --APPLICATION-COLOR--text-entire-regular006: rgba(115, 118, 125, 0.06);
  --APPLICATION-COLOR--text-entire-light: rgb(194, 199, 204);
  --APPLICATION-COLOR--text-entire-lightest: rgb(248, 248, 248);
  --APPLICATION-COLOR--text-contents-dark: rgb(19, 16, 20);
  --APPLICATION-COLOR--text-contents-dark070: rgba(19, 16, 20, 0.7);
  --APPLICATION-COLOR--text-contents-dark050: rgba(19, 16, 20, 0.5);
  --APPLICATION-COLOR--text-contents-regular: rgb(115, 118, 125);
  --APPLICATION-COLOR--text-contents-regular030: rgba(115, 118, 125, 0.3);
  --APPLICATION-COLOR--text-contents-regular015: rgba(115, 118, 125, 0.15);
  --APPLICATION-COLOR--text-contents-regular009: rgba(115, 118, 125, 0.09);
  --APPLICATION-COLOR--text-contents-regular006: rgba(115, 118, 125, 0.06);
  --APPLICATION-COLOR--text-contents-light: rgb(194, 199, 204);
  --APPLICATION-COLOR--text-contents-lightest: rgb(248, 248, 248);
  --APPLICATION-COLOR--primary-darkest: rgb(19, 16, 20);
  --APPLICATION-COLOR--primary-dark: rgb(19, 16, 20);
  --APPLICATION-COLOR--primary-regular: rgb(115, 118, 125);
  --APPLICATION-COLOR--primary-regular015: rgba(115, 118, 125, 0.15);
  --APPLICATION-COLOR--primary-regular009: rgba(115, 118, 125, 0.09);
  --APPLICATION-COLOR--primary-regular006: rgba(115, 118, 125, 0.06);
  --APPLICATION-COLOR--secondary-dark: rgb(41, 116, 228);
  --APPLICATION-COLOR--secondary-regular: rgb(81, 146, 243);
  --APPLICATION-COLOR--secondary-regular015: rgba(81, 146, 243, 0.15);
  --APPLICATION-COLOR--secondary-regular009: rgba(81, 146, 243, 0.09);
  --APPLICATION-COLOR--secondary-regular006: rgba(81, 146, 243, 0.06);
  --APPLICATION-COLOR--secondary-regular-focus-ring050: rgba(81, 146, 243, 0.5);
  --APPLICATION-COLOR--secondary-regular-focus-ring020: rgba(81, 146, 243, 0.2);
  --APPLICATION-COLOR--danger-dark: rgb(233, 83, 83);
  --APPLICATION-COLOR--danger-regular: rgb(255, 101, 101);
  --APPLICATION-COLOR--danger-regular015: rgba(255, 101, 101, 0.15);
  --APPLICATION-COLOR--danger-regular009: rgba(255, 101, 101, 0.09);
  --APPLICATION-COLOR--danger-regular006: rgba(255, 101, 101, 0.06);
  --APPLICATION-COLOR--background-entire: rgb(251, 251, 251);
  --APPLICATION-COLOR--background-contents: rgb(255, 255, 255);
  --APPLICATION-COLOR--background-contents070: rgba(255, 255, 255, 0.7);
  --APPLICATION-COLOR--background-contents030: rgba(255, 255, 255, 0.3);
  --APPLICATION-COLOR--background-contents015: rgba(255, 255, 255, 0.15);
  
  /* Custom Color */
  --CUSTOM-COLOR--blue: rgb(88, 88, 248);
  --CUSTOM-COLOR--red: rgb(255, 97, 76);
  --CUSTOM-COLOR--yellow: rgb(255, 190, 42);
  --CUSTOM-COLOR--green: rgb(64, 178, 137);
  --CUSTOM-COLOR--purple: rgb(162, 78, 214);
  --CUSTOM-COLOR--brown: rgb(141, 86, 55);
  
  /* Immutable Color */
  --IMMUTABLE-COLOR--black: rgb(0, 0, 0);
  --IMMUTABLE-COLOR--black070: rgba(0, 0, 0, 0.7);
  --IMMUTABLE-COLOR--black050: rgba(0, 0, 0, 0.5);
  --IMMUTABLE-COLOR--black015: rgba(0, 0, 0, 0.15);
  --IMMUTABLE-COLOR--black009: rgba(0, 0, 0, 0.09);
  --IMMUTABLE-COLOR--black006: rgba(0, 0, 0, 0.06);
  --IMMUTABLE-COLOR--white: rgb(255, 255, 255);
  --IMMUTABLE-COLOR--white090: rgba(255, 255, 255, 0.9);
  --IMMUTABLE-COLOR--white070: rgba(255, 255, 255, 0.7);
  --IMMUTABLE-COLOR--white050: rgba(255, 255, 255, 0.5);
  --IMMUTABLE-COLOR--white030: rgba(255, 255, 255, 0.3);
  --IMMUTABLE-COLOR--white015: rgba(255, 255, 255, 0.15);
  --IMMUTABLE-COLOR--white009: rgba(255, 255, 255, 0.09);
}
