:root {
  --ntl-noto-reg: "Noto-Reg";
  --ntl-noto-semibold: "Noto-Semibold";
  --ntl-noto-sans-reg: "Noto-Sans-Reg";
  --ntl-noto-sans-bold: "Noto-Sans-Bold";
  --ntl-sarabun-reg: "Sarabun-Reg";
  --ntl-sarabun-bold: "Sarabun-Bold";
  --ntl-font-reg: "Noto-Reg", "Noto-Sans-Reg", var(--ntl-font-helvetica);
  --ntl-font-bold: "Noto-Semibold", "Noto-Sans-Bold", var(--ntl-font-helvetica);
  --ntl-font-helvetica: Helvetica, Helvetica Neue, roboto;
  --ntl-bold: "NTL-bold";
  --ntl-reg: "NTL-reg";
  --ntl-loop-bold: "NTL-loop-bold";
  --ntl-loop-reg: "NTL-loop-reg";
  --ntl-blue: #0060ba;
  --ntl-blueHover: #00428e;
  --ntl-navy: #004dbc;
  --ntl-navyBlue: #00429b;
  --ntl-darkNavyBlue: #002662;
  --ntl-lightBlue: #e2f1fc;
  --ntl-lightBlueHover: #b4e7ff;
  --ntl-lightBlueOp: #f3f9fe;
  --ntl-paleTurquoise: #e1f6ff;
  --ntl-skyBlue: #b4e7ff;
  --ntl-deepSkyBlue: #03a0f0;
  --ntl-powderBlue: #ddf0ff;
  --ntl-lightCyan: #d8fafa;
  --ntl-gainsboro: #eaecee;
  --ntl-lineGray: #d5d9dd;
  --ntl-lightGray: #cacccf;
  --ntl-silver: #8f9399;
  --ntl-snow: #f8f9fa;
  --ntl-darkGray: #f5f5f5;
  --ntl-gray: #959a9f;
  --ntl-dimGray: #777e88;
  --ntl-darkSlateGray: #404954;
  --ntl-black: #1b222b;
  --ntl-red: #ef3a4d;
  --ntl-darkRed: #b01b1b;
  --ntl-fireBrick: #cc2d2d;
  --ntl-fireBrickHover: #b01b1b;
  --ntl-redTone2: #feebed;
  --ntl-green: #00bc4e;
  --ntl-paleGreen: #f1fbe7;
  --ntl-orange: #fd8800;
  --ntl-magenta1: #8a0955;
  --ntl-salmon3: #8a0955;
  --ntl-papayaWhip: #fff8e1;
  --ntl-gold: #ffca28;
  --ntl-12insyellow: #f2b51c;
  --ntl-filter: rgba(0, 21, 38, 0.4);
  --ntl-filter2: rgba(0, 21, 38, 0.8);
  --ntl-shadow-1blue: 0 2px 5px 0 rgba(0, 66, 155, 0.2);
  --ntl-shadow-2blue: 0 10px 30px 0 rgba(0, 66, 155, 0.25);
  --ntl-shadow-3blue: 0 10px 26px 0 rgba(0, 66, 155, 0.4);
  --ntl-shadow-4blue: 0 10px 30px 0 rgba(31, 69, 162, 0.1);
  --ntl-shadow-1black: 0 2px 4px 0 rgba(34, 34, 34, 0.2);
  --ntl-shadow-2black: 0 10px 30px 0 rgba(34, 34, 34, 0.25);
  --ntl-shadow-3black: 0 10px 26px 0 rgba(34, 34, 34, 0.4);
  --ntl-shadow-1yellow: 0 2px 4px 0 rgba(255, 159, 0, 0.2);
  --ntl-shadow-2yellow: 0 10px 30px 0 rgba(255, 159, 0, 0.25);
  --ntl-shadow-3yellow: 0 10px 26px 0 rgba(255, 159, 0, 0.4);
}
