@charset "utf-8";
/* CSS Document */

body {
  --custom-color-transparent: transparent;
  --custom-color-black: #000000;
  --custom-color-blacklight: #333333;
  --custom-color-graydark: #666666;
  --custom-color-gray: #CCCCCC;
  --custom-color-graylight: #E6E6E6;
  --custom-color-grayxlight: #F5F5F5;
  --custom-color-white: #FFFFFF;
  --custom-color-reddark: #AF282D;
  --custom-color-red: #FF2805;
  --custom-color-redlight: #FF7882;
  --custom-color-redxlight: #FFDCE1;
  --custom-color-orange: #FF7800;
  --custom-color-orangelight: #FFB932;
  --custom-color-yellow: #FFDC00;
  --custom-color-yellowlight: #FAFAB4;
  --custom-color-greendark: #005A28;
  --custom-color-green: #0AA055;
  --custom-color-greenlight: #AAE24B;
  --custom-color-greenxlight: #D2FFB4;
  --custom-color-turquoise: #03989E;
  --custom-color-turquoiselight: #78D7D2;
  --custom-color-bluedark: #004AAD;
  --custom-color-blue: #277DFE;
  --custom-color-bluelight: #39B5FF;
  --custom-color-bluexlight: #D2F1F0;
  --custom-color-purpledark: #8237AF;
  --custom-color-purple: #CB6CE5;
  --custom-color-purplelight: #B9AAD7;
  --custom-color-pinkdark: #DE43A2;
  --custom-color-pink: #FE7FCD;
  --custom-color-pinklight: #FFE1FF;
  --custom-color-browndark: #616A2C;
  --custom-color-brown: #9BA272;
  --custom-color-brownlight: #E2E1BD;

  --custom-bg-grablack: linear-gradient(180deg, #666666 0%, #000000 100%);
  --custom-color-grablack: #000000;
  --custom-bg-gragray: linear-gradient(180deg, #F5F5F5 0%, #666666 100%);
  --custom-color-gragray: #666666;
  --custom-bg-gragraylight: linear-gradient(180deg, #F9F9F9 0%, #E0DFE3 100%);
  --custom-color-gragraylight: #E0DFE3;
  --custom-bg-grared: linear-gradient(180deg, #FF7882 0%, #FF2805 100%);
  --custom-color-grared: #FF2805;
  --custom-bg-grablue: linear-gradient(180deg, #39B5FF 0%, #277DFE 100%);
  --custom-color-grablue: #277DFE;
  --custom-bg-gragreen: linear-gradient(180deg, #AAE24B 0%, #0AA055 100%);
  --custom-color-gragreen: #0AA055;
  --custom-bg-grapink: linear-gradient(180deg, #FFE1FF 0%, #FE7FCD 100%);
  --custom-color-grapink: #FE7FCD;
  --custom-bg-grablugre: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  --custom-color-grablugre: #0093E9;
  --custom-bg-graorepin: linear-gradient(160deg, #FBDA61 0%, #FF5ACD 100%);
  --custom-color-graorepin: #FBDA61;
  --custom-bg-grapupior: linear-gradient(160deg, #4158D0 0%, #C850C0 50%, #FFCC70 100%);
  --custom-color-grapupior: #4158D0;
  --custom-bg-grapiblgr: linear-gradient(160deg, #FA8BFF 0%, #2BD2FF 50%, #2BFF88 100%);
  --custom-color-grapiblgr: #4158D0;

  --custom-icon-font-size-l: 11px;
  --custom-icon-font-size-m: 10px;
  --custom-icon-font-size-s: 9px;
  --custom-icon-font-size-xs: 8px;

  --custom-icon-letter-spacing-n: normal;
  --custom-icon-letter-spacing-s: -0.5px;
}
