// @ts-nocheck export type Theme = { accentBackground: string; accentColor: string; background0: string; background02: string; background04: string; background06: string; background08: string; color1: string; color2: string; color3: string; color4: string; color5: string; color6: string; color7: string; color8: string; color9: string; color10: string; color11: string; color12: string; color0: string; color02: string; color04: string; color06: string; color08: string; color: string; colorHover: string; colorPress: string; colorFocus: string; background: string; backgroundHover: string; backgroundPress: string; backgroundFocus: string; backgroundActive: string; borderColor: string; borderColorHover: string; borderColorFocus: string; borderColorPress: string; placeholderColor: string; colorTransparent: string; black1: string; black2: string; black3: string; black4: string; black5: string; black6: string; black7: string; black8: string; black9: string; black10: string; black11: string; black12: string; white1: string; white2: string; white3: string; white4: string; white5: string; white6: string; white7: string; white8: string; white9: string; white10: string; white11: string; white12: string; white: string; white0: string; white02: string; white04: string; white06: string; white08: string; black: string; black0: string; black02: string; black04: string; black06: string; black08: string; shadow1: string; shadow2: string; shadow3: string; shadow4: string; shadow5: string; shadow6: string; shadow7: string; shadow8: string; highlight1: string; highlight2: string; highlight3: string; highlight4: string; highlight5: string; highlight6: string; highlight7: string; highlight8: string; shadowColor: string; gray1: string; gray2: string; gray3: string; gray4: string; gray5: string; gray6: string; gray7: string; gray8: string; gray9: string; gray10: string; gray11: string; gray12: string; blue1: string; blue2: string; blue3: string; blue4: string; blue5: string; blue6: string; blue7: string; blue8: string; blue9: string; blue10: string; blue11: string; blue12: string; red1: string; red2: string; red3: string; red4: string; red5: string; red6: string; red7: string; red8: string; red9: string; red10: string; red11: string; red12: string; yellow1: string; yellow2: string; yellow3: string; yellow4: string; yellow5: string; yellow6: string; yellow7: string; yellow8: string; yellow9: string; yellow10: string; yellow11: string; yellow12: string; green1: string; green2: string; green3: string; green4: string; green5: string; green6: string; green7: string; green8: string; green9: string; green10: string; green11: string; green12: string; orange1: string; orange2: string; orange3: string; orange4: string; orange5: string; orange6: string; orange7: string; orange8: string; orange9: string; orange10: string; orange11: string; orange12: string; pink1: string; pink2: string; pink3: string; pink4: string; pink5: string; pink6: string; pink7: string; pink8: string; pink9: string; pink10: string; pink11: string; pink12: string; purple1: string; purple2: string; purple3: string; purple4: string; purple5: string; purple6: string; purple7: string; purple8: string; purple9: string; purple10: string; purple11: string; purple12: string; teal1: string; teal2: string; teal3: string; teal4: string; teal5: string; teal6: string; teal7: string; teal8: string; teal9: string; teal10: string; teal11: string; teal12: string; neutral1: string; neutral2: string; neutral3: string; neutral4: string; neutral5: string; neutral6: string; neutral7: string; neutral8: string; neutral9: string; neutral10: string; neutral11: string; neutral12: string; accent1: string; accent2: string; accent3: string; accent4: string; accent5: string; accent6: string; accent7: string; accent8: string; accent9: string; accent10: string; accent11: string; accent12: string; color01: string; color0075: string; color005: string; color0025: string; color002: string; color001: string; background01: string; background0075: string; background005: string; background0025: string; background002: string; background001: string; outlineColor: string; } function t(a: [number, number][]) { let res: Record = {} for (const [ki, vi] of a) { res[ks[ki] as string] = colors[vi] as string } return res as Theme } export const colors = [ 'hsla(0, 0%, 10%, 1)', 'hsla(0, 0%, 67%, 1)', 'hsla(0, 0%, 100%, 0)', 'hsla(0, 0%, 97%, 0.2)', 'hsla(0, 0%, 97%, 0.4)', 'hsla(0, 0%, 97%, 0.6)', 'hsla(0, 0%, 97%, 0.8)', 'hsla(0, 0%, 100%, 1)', 'hsla(0, 0%, 97%, 1)', 'hsla(0, 0%, 93%, 1)', 'hsla(0, 0%, 85%, 1)', 'hsla(0, 0%, 80%, 1)', 'hsla(0, 0%, 70%, 1)', 'hsla(0, 0%, 59%, 1)', 'hsla(0, 0%, 45%, 1)', 'hsla(0, 0%, 30%, 1)', 'hsla(0, 0%, 20%, 1)', 'hsla(0, 0%, 14%, 1)', 'hsla(0, 0%, 2%, 1)', 'hsla(0, 0%, 2%, 0)', 'hsla(0, 0%, 2%, 0.2)', 'hsla(0, 0%, 2%, 0.4)', 'hsla(0, 0%, 2%, 0.6)', 'hsla(0, 0%, 2%, 0.8)', '#090909', '#151515', '#191919', '#232323', '#333', '#444', '#666', '#777', '#858585', '#aaa', '#ccc', '#ffffff', '#fff', '#f8f8f8', 'hsl(0, 0%, 93%)', 'hsl(0, 0%, 85%)', 'hsl(0, 0%, 80%)', 'hsl(0, 0%, 70%)', 'hsl(0, 0%, 59%)', 'hsl(0, 0%, 45%)', 'hsl(0, 0%, 30%)', 'hsl(0, 0%, 20%)', 'hsl(0, 0%, 14%)', 'hsl(0, 0%, 2%)', 'rgba(255,255,255,1)', 'rgba(255,255,255,0)', 'rgba(255,255,255,0.2)', 'rgba(255,255,255,0.4)', 'rgba(255,255,255,0.6)', 'rgba(255,255,255,0.8)', 'rgba(0,0,0,1)', 'rgba(0,0,0,0)', 'rgba(0,0,0,0.2)', 'rgba(0,0,0,0.4)', 'rgba(0,0,0,0.6)', 'rgba(0,0,0,0.8)', 'rgba(0,0,0,0.04)', 'rgba(0,0,0,0.08)', 'rgba(0,0,0,0.12)', 'rgba(0,0,0,0.22)', 'rgba(0,0,0,0.33)', 'rgba(0,0,0,0.44)', 'rgba(0,0,0,0.75)', 'rgba(255,255,255,0.05)', 'rgba(255,255,255,0.1)', 'rgba(255,255,255,0.15)', 'rgba(255,255,255,0.3)', 'rgba(255,255,255,0.55)', 'rgba(255,255,255,0.7)', 'rgba(255,255,255,0.85)', 'hsl(0, 0%, 99%)', 'hsl(0, 0%, 98%)', 'hsl(0, 0%, 94%)', 'hsl(0, 0%, 91%)', 'hsl(0, 0%, 88%)', 'hsl(0, 0%, 81%)', 'hsl(0, 0%, 73%)', 'hsl(0, 0%, 55%)', 'hsl(0, 0%, 51%)', 'hsl(0, 0%, 39%)', 'hsl(0, 0%, 13%)', 'hsl(210, 90%, 99%)', 'hsl(207, 90%, 98%)', 'hsl(205, 83%, 95%)', 'hsl(203, 90%, 92%)', 'hsl(206, 90%, 88%)', 'hsl(207, 84%, 83%)', 'hsl(207, 77%, 76%)', 'hsl(206, 74%, 65%)', 'hsl(206, 90%, 50%)', 'hsl(207, 86%, 48%)', 'hsl(208, 79%, 43%)', 'hsl(216, 64%, 23%)', 'hsl(0, 90%, 99%)', 'hsl(0, 90%, 98%)', 'hsl(357, 81%, 96%)', 'hsl(358, 90%, 93%)', 'hsl(359, 90%, 90%)', 'hsl(359, 85%, 87%)', 'hsl(359, 70%, 81%)', 'hsl(359, 63%, 74%)', 'hsl(358, 68%, 59%)', 'hsl(358, 62%, 55%)', 'hsl(358, 58%, 49%)', 'hsl(351, 56%, 24%)', 'hsl(60, 33%, 100%)', 'hsl(54, 57%, 100%)', 'hsl(56, 60%, 89%)', 'hsl(53, 58%, 79%)', 'hsl(50, 56%, 70%)', 'hsl(48, 46%, 65%)', 'hsl(46, 36%, 60%)', 'hsl(45, 32%, 48%)', 'hsl(53, 47%, 51%)', 'hsl(52, 45%, 43%)', 'hsl(41, 42%, 26%)', 'hsl(42, 16%, 16%)', 'hsl(140, 54%, 99%)', 'hsl(137, 42%, 97%)', 'hsl(139, 42%, 93%)', 'hsl(140, 44%, 89%)', 'hsl(142, 40%, 84%)', 'hsl(144, 37%, 77%)', 'hsl(146, 36%, 68%)', 'hsl(151, 36%, 54%)', 'hsl(151, 49%, 42%)', 'hsl(152, 51%, 39%)', 'hsl(154, 54%, 32%)', 'hsl(155, 36%, 16%)', 'hsl(20, 54%, 99%)', 'hsl(33, 90%, 96%)', 'hsl(37, 90%, 92%)', 'hsl(34, 90%, 85%)', 'hsl(33, 90%, 80%)', 'hsl(30, 90%, 75%)', 'hsl(27, 78%, 71%)', 'hsl(25, 72%, 63%)', 'hsl(23, 84%, 53%)', 'hsl(24, 90%, 47%)', 'hsl(23, 90%, 40%)', 'hsl(16, 45%, 23%)', 'hsl(320, 90%, 99%)', 'hsl(326, 70%, 98%)', 'hsl(326, 82%, 95%)', 'hsl(323, 72%, 92%)', 'hsl(323, 62%, 89%)', 'hsl(323, 54%, 84%)', 'hsl(323, 50%, 79%)', 'hsl(322, 47%, 72%)', 'hsl(322, 58%, 55%)', 'hsl(322, 55%, 52%)', 'hsl(322, 59%, 46%)', 'hsl(320, 63%, 23%)', 'hsl(300, 45%, 99%)', 'hsl(274, 70%, 98%)', 'hsl(275, 81%, 96%)', 'hsl(277, 73%, 94%)', 'hsl(275, 68%, 91%)', 'hsl(275, 62%, 86%)', 'hsl(273, 55%, 81%)', 'hsl(272, 54%, 74%)', 'hsl(272, 46%, 54%)', 'hsl(272, 40%, 50%)', 'hsl(272, 40%, 49%)', 'hsl(270, 45%, 25%)', 'hsl(165, 60%, 99%)', 'hsl(165, 45%, 97%)', 'hsl(167, 57%, 93%)', 'hsl(166, 56%, 88%)', 'hsl(168, 49%, 82%)', 'hsl(168, 43%, 75%)', 'hsl(170, 38%, 66%)', 'hsl(172, 38%, 53%)', 'hsl(173, 72%, 36%)', 'hsl(173, 76%, 33%)', 'hsl(172, 90%, 26%)', 'hsl(174, 58%, 15%)', 'hsl(0, 0%, 68%)', 'hsl(0, 0%, 65%)', 'hsl(0, 0%, 62%)', 'hsl(0, 0%, 56%)', 'hsl(0, 0%, 53%)', 'hsl(0, 0%, 50%)', 'hsl(0, 0%, 47%)', 'hsl(0, 0%, 44%)', 'hsl(0, 0%, 41%)', 'hsl(0, 0%, 38%)', 'hsl(0, 0%, 32%)', 'hsla(0, 0%, 4%, 1)', 'hsla(0, 0%, 8%, 1)', 'hsla(0, 0%, 27%, 1)', 'hsla(0, 0%, 40%, 1)', 'hsla(0, 0%, 47%, 1)', 'hsla(0, 0%, 52%, 1)', 'hsla(0, 0%, 2%, 0.1)', 'hsla(0, 0%, 2%, 0.075)', 'hsla(0, 0%, 2%, 0.05)', 'hsla(0, 0%, 2%, 0.025)', 'hsla(0, 0%, 2%, 0.02)', 'hsla(0, 0%, 2%, 0.01)', 'hsla(0, 0%, 97%, 0.1)', 'hsla(0, 0%, 97%, 0.075)', 'hsla(0, 0%, 97%, 0.05)', 'hsla(0, 0%, 97%, 0.025)', 'hsla(0, 0%, 97%, 0.02)', 'hsla(0, 0%, 97%, 0.01)', 'hsla(0, 0%, 70%, 0.6)', 'hsla(0, 0%, 4%, 0)', 'hsla(0, 0%, 8%, 0.2)', 'hsla(0, 0%, 8%, 0.4)', 'hsla(0, 0%, 8%, 0.6)', 'hsla(0, 0%, 8%, 0.8)', 'hsla(0, 0%, 100%, 0.2)', 'hsla(0, 0%, 100%, 0.4)', 'hsla(0, 0%, 100%, 0.6)', 'hsla(0, 0%, 100%, 0.8)', 'rgba(0,0,0,0.15)', 'rgba(0,0,0,0.23)', 'rgba(0,0,0,0.45)', 'rgba(0,0,0,0.65)', 'rgba(0,0,0,0.9)', 'rgba(255,255,255,0.45)', 'rgba(255,255,255,0.65)', 'rgba(255,255,255,0.95)', 'hsl(0, 0%, 7%)', 'hsl(0, 0%, 10%)', 'hsl(0, 0%, 16%)', 'hsl(0, 0%, 19%)', 'hsl(0, 0%, 23%)', 'hsl(0, 0%, 28%)', 'hsl(0, 0%, 43%)', 'hsl(0, 0%, 48%)', 'hsl(0, 0%, 71%)', 'hsl(215, 30%, 9%)', 'hsl(218, 28%, 11%)', 'hsl(212, 48%, 16%)', 'hsl(209, 70%, 19%)', 'hsl(207, 90%, 23%)', 'hsl(209, 71%, 30%)', 'hsl(211, 60%, 37%)', 'hsl(211, 59%, 45%)', 'hsl(210, 90%, 62%)', 'hsl(210, 90%, 72%)', 'hsl(205, 90%, 88%)', 'hsl(0, 13%, 8%)', 'hsl(355, 18%, 10%)', 'hsl(350, 37%, 15%)', 'hsl(348, 48%, 19%)', 'hsl(350, 57%, 23%)', 'hsl(352, 48%, 29%)', 'hsl(355, 42%, 37%)', 'hsl(358, 40%, 49%)', 'hsl(360, 71%, 65%)', 'hsl(2, 90%, 79%)', 'hsl(350, 90%, 91%)', 'hsl(47, 13%, 5%)', 'hsl(45, 13%, 7%)', 'hsl(45, 36%, 8%)', 'hsl(48, 45%, 8%)', 'hsl(47, 45%, 13%)', 'hsl(48, 43%, 16%)', 'hsl(46, 28%, 25%)', 'hsl(45, 33%, 32%)', 'hsl(53, 55%, 58%)', 'hsl(60, 55%, 67%)', 'hsl(53, 49%, 62%)', 'hsl(53, 43%, 84%)', 'hsl(154, 14%, 7%)', 'hsl(153, 14%, 9%)', 'hsl(152, 28%, 13%)', 'hsl(154, 39%, 15%)', 'hsl(154, 47%, 19%)', 'hsl(153, 42%, 23%)', 'hsl(152, 40%, 28%)', 'hsl(151, 41%, 34%)', 'hsl(151, 50%, 45%)', 'hsl(151, 59%, 54%)', 'hsl(144, 63%, 82%)', 'hsl(27, 17%, 7%)', 'hsl(28, 23%, 9%)', 'hsl(29, 45%, 12%)', 'hsl(28, 70%, 14%)', 'hsl(28, 90%, 17%)', 'hsl(27, 71%, 22%)', 'hsl(25, 56%, 30%)', 'hsl(23, 54%, 40%)', 'hsl(26, 90%, 56%)', 'hsl(26, 90%, 67%)', 'hsl(30, 90%, 88%)', 'hsl(315, 13%, 8%)', 'hsl(316, 21%, 10%)', 'hsl(315, 29%, 15%)', 'hsl(315, 41%, 19%)', 'hsl(318, 47%, 23%)', 'hsl(319, 39%, 29%)', 'hsl(321, 36%, 37%)', 'hsl(322, 36%, 47%)', 'hsl(323, 61%, 59%)', 'hsl(327, 90%, 78%)', 'hsl(326, 83%, 91%)', 'hsl(282, 16%, 9%)', 'hsl(279, 18%, 11%)', 'hsl(279, 25%, 17%)', 'hsl(277, 28%, 22%)', 'hsl(276, 35%, 26%)', 'hsl(275, 31%, 31%)', 'hsl(274, 29%, 38%)', 'hsl(273, 30%, 50%)', 'hsl(272, 50%, 59%)', 'hsl(272, 90%, 81%)', 'hsl(275, 69%, 92%)', 'hsl(173, 16%, 7%)', 'hsl(175, 17%, 9%)', 'hsl(174, 39%, 11%)', 'hsl(176, 65%, 12%)', 'hsl(175, 72%, 16%)', 'hsl(174, 56%, 21%)', 'hsl(174, 52%, 26%)', 'hsl(173, 54%, 31%)', 'hsl(172, 77%, 38%)', 'hsl(170, 81%, 45%)', 'hsl(163, 62%, 81%)', 'hsla(0, 0%, 100%, 0.1)', 'hsla(0, 0%, 100%, 0.075)', 'hsla(0, 0%, 100%, 0.05)', 'hsla(0, 0%, 100%, 0.025)', 'hsla(0, 0%, 100%, 0.02)', 'hsla(0, 0%, 100%, 0.01)', 'hsla(0, 0%, 8%, 0.1)', 'hsla(0, 0%, 8%, 0.075)', 'hsla(0, 0%, 8%, 0.05)', 'hsla(0, 0%, 8%, 0.025)', 'hsla(0, 0%, 8%, 0.02)', 'hsla(0, 0%, 8%, 0.01)', 'hsla(0, 0%, 27%, 0.6)', 'hsla(0, 0%, 99%, 0)', 'hsla(0, 0%, 98%, 0.2)', 'hsla(0, 0%, 98%, 0.4)', 'hsla(0, 0%, 98%, 0.6)', 'hsla(0, 0%, 98%, 0.8)', 'hsla(0, 0%, 99%, 1)', 'hsla(0, 0%, 98%, 1)', 'hsla(0, 0%, 94%, 1)', 'hsla(0, 0%, 91%, 1)', 'hsla(0, 0%, 88%, 1)', 'hsla(0, 0%, 81%, 1)', 'hsla(0, 0%, 73%, 1)', 'hsla(0, 0%, 55%, 1)', 'hsla(0, 0%, 51%, 1)', 'hsla(0, 0%, 39%, 1)', 'hsla(0, 0%, 13%, 1)', 'hsla(0, 0%, 13%, 0)', 'hsla(0, 0%, 13%, 0.2)', 'hsla(0, 0%, 13%, 0.4)', 'hsla(0, 0%, 13%, 0.6)', 'hsla(0, 0%, 13%, 0.8)', 'hsla(0, 0%, 13%, 0.1)', 'hsla(0, 0%, 13%, 0.075)', 'hsla(0, 0%, 13%, 0.05)', 'hsla(0, 0%, 13%, 0.025)', 'hsla(0, 0%, 13%, 0.02)', 'hsla(0, 0%, 13%, 0.01)', 'hsla(0, 0%, 98%, 0.1)', 'hsla(0, 0%, 98%, 0.075)', 'hsla(0, 0%, 98%, 0.05)', 'hsla(0, 0%, 98%, 0.025)', 'hsla(0, 0%, 98%, 0.02)', 'hsla(0, 0%, 98%, 0.01)', 'hsla(0, 0%, 85%, 0.6)', 'hsla(216, 100%, 99%, 0)', 'hsla(207, 82%, 98%, 0.2)', 'hsla(207, 82%, 98%, 0.4)', 'hsla(207, 82%, 98%, 0.6)', 'hsla(207, 82%, 98%, 0.8)', 'hsla(216, 100%, 99%, 1)', 'hsla(207, 82%, 98%, 1)', 'hsla(206, 84%, 95%, 1)', 'hsla(203, 90%, 92%, 1)', 'hsla(206, 90%, 88%, 1)', 'hsla(207, 84%, 83%, 1)', 'hsla(207, 77%, 76%, 1)', 'hsla(206, 74%, 65%, 1)', 'hsla(206, 90%, 50%, 1)', 'hsla(207, 86%, 48%, 1)', 'hsla(208, 79%, 43%, 1)', 'hsla(216, 64%, 23%, 1)', 'hsla(216, 64%, 23%, 0)', 'hsla(216, 64%, 23%, 0.2)', 'hsla(216, 64%, 23%, 0.4)', 'hsla(216, 64%, 23%, 0.6)', 'hsla(216, 64%, 23%, 0.8)', 'hsla(216, 64%, 23%, 0.1)', 'hsla(216, 64%, 23%, 0.075)', 'hsla(216, 64%, 23%, 0.05)', 'hsla(216, 64%, 23%, 0.025)', 'hsla(216, 64%, 23%, 0.02)', 'hsla(216, 64%, 23%, 0.01)', 'hsla(207, 82%, 98%, 0.1)', 'hsla(207, 82%, 98%, 0.075)', 'hsla(207, 82%, 98%, 0.05)', 'hsla(207, 82%, 98%, 0.025)', 'hsla(207, 82%, 98%, 0.02)', 'hsla(207, 82%, 98%, 0.01)', 'hsla(207, 84%, 83%, 0.6)', 'hsla(0, 100%, 99%, 0)', 'hsla(0, 82%, 98%, 0.2)', 'hsla(0, 82%, 98%, 0.4)', 'hsla(0, 82%, 98%, 0.6)', 'hsla(0, 82%, 98%, 0.8)', 'hsla(0, 100%, 99%, 1)', 'hsla(0, 82%, 98%, 1)', 'hsla(0, 80%, 96%, 1)', 'hsla(358, 89%, 93%, 1)', 'hsla(0, 88%, 90%, 1)', 'hsla(359, 85%, 87%, 1)', 'hsla(359, 69%, 81%, 1)', 'hsla(359, 62%, 74%, 1)', 'hsla(358, 68%, 59%, 1)', 'hsla(358, 62%, 55%, 1)', 'hsla(358, 58%, 49%, 1)', 'hsla(351, 56%, 24%, 1)', 'hsla(351, 56%, 24%, 0)', 'hsla(351, 56%, 24%, 0.2)', 'hsla(351, 56%, 24%, 0.4)', 'hsla(351, 56%, 24%, 0.6)', 'hsla(351, 56%, 24%, 0.8)', 'hsla(351, 56%, 24%, 0.1)', 'hsla(351, 56%, 24%, 0.075)', 'hsla(351, 56%, 24%, 0.05)', 'hsla(351, 56%, 24%, 0.025)', 'hsla(351, 56%, 24%, 0.02)', 'hsla(351, 56%, 24%, 0.01)', 'hsla(0, 82%, 98%, 0.1)', 'hsla(0, 82%, 98%, 0.075)', 'hsla(0, 82%, 98%, 0.05)', 'hsla(0, 82%, 98%, 0.025)', 'hsla(0, 82%, 98%, 0.02)', 'hsla(0, 82%, 98%, 0.01)', 'hsla(359, 85%, 87%, 0.6)', 'hsla(56, 61%, 89%, 1)', 'hsla(52, 59%, 79%, 1)', 'hsla(50, 56%, 70%, 1)', 'hsla(48, 46%, 65%, 1)', 'hsla(46, 36%, 60%, 1)', 'hsla(45, 32%, 48%, 1)', 'hsla(53, 47%, 51%, 1)', 'hsla(52, 45%, 43%, 1)', 'hsla(42, 42%, 26%, 1)', 'hsla(42, 16%, 16%, 1)', 'hsla(42, 16%, 16%, 0)', 'hsla(42, 16%, 16%, 0.2)', 'hsla(42, 16%, 16%, 0.4)', 'hsla(42, 16%, 16%, 0.6)', 'hsla(42, 16%, 16%, 0.8)', 'hsla(42, 16%, 16%, 0.1)', 'hsla(42, 16%, 16%, 0.075)', 'hsla(42, 16%, 16%, 0.05)', 'hsla(42, 16%, 16%, 0.025)', 'hsla(42, 16%, 16%, 0.02)', 'hsla(42, 16%, 16%, 0.01)', 'hsla(48, 46%, 65%, 0.6)', 'hsla(140, 60%, 99%, 0)', 'hsla(137, 47%, 97%, 0.2)', 'hsla(137, 47%, 97%, 0.4)', 'hsla(137, 47%, 97%, 0.6)', 'hsla(137, 47%, 97%, 0.8)', 'hsla(140, 60%, 99%, 1)', 'hsla(137, 47%, 97%, 1)', 'hsla(136, 43%, 93%, 1)', 'hsla(140, 43%, 89%, 1)', 'hsla(142, 41%, 84%, 1)', 'hsla(144, 37%, 77%, 1)', 'hsla(145, 36%, 68%, 1)', 'hsla(151, 36%, 54%, 1)', 'hsla(151, 49%, 42%, 1)', 'hsla(152, 51%, 39%, 1)', 'hsla(153, 54%, 32%, 1)', 'hsla(155, 36%, 16%, 1)', 'hsla(155, 36%, 16%, 0)', 'hsla(155, 36%, 16%, 0.2)', 'hsla(155, 36%, 16%, 0.4)', 'hsla(155, 36%, 16%, 0.6)', 'hsla(155, 36%, 16%, 0.8)', 'hsla(155, 36%, 16%, 0.1)', 'hsla(155, 36%, 16%, 0.075)', 'hsla(155, 36%, 16%, 0.05)', 'hsla(155, 36%, 16%, 0.025)', 'hsla(155, 36%, 16%, 0.02)', 'hsla(155, 36%, 16%, 0.01)', 'hsla(137, 47%, 97%, 0.1)', 'hsla(137, 47%, 97%, 0.075)', 'hsla(137, 47%, 97%, 0.05)', 'hsla(137, 47%, 97%, 0.025)', 'hsla(137, 47%, 97%, 0.02)', 'hsla(137, 47%, 97%, 0.01)', 'hsla(144, 37%, 77%, 0.6)', 'hsla(20, 60%, 99%, 0)', 'hsla(33, 90%, 96%, 0.2)', 'hsla(33, 90%, 96%, 0.4)', 'hsla(33, 90%, 96%, 0.6)', 'hsla(33, 90%, 96%, 0.8)', 'hsla(20, 60%, 99%, 1)', 'hsla(33, 90%, 96%, 1)', 'hsla(37, 90%, 92%, 1)', 'hsla(34, 90%, 85%, 1)', 'hsla(33, 90%, 80%, 1)', 'hsla(30, 91%, 75%, 1)', 'hsla(27, 78%, 71%, 1)', 'hsla(25, 72%, 63%, 1)', 'hsla(23, 84%, 53%, 1)', 'hsla(24, 90%, 47%, 1)', 'hsla(23, 90%, 40%, 1)', 'hsla(16, 45%, 23%, 1)', 'hsla(16, 45%, 23%, 0)', 'hsla(16, 45%, 23%, 0.2)', 'hsla(16, 45%, 23%, 0.4)', 'hsla(16, 45%, 23%, 0.6)', 'hsla(16, 45%, 23%, 0.8)', 'hsla(16, 45%, 23%, 0.1)', 'hsla(16, 45%, 23%, 0.075)', 'hsla(16, 45%, 23%, 0.05)', 'hsla(16, 45%, 23%, 0.025)', 'hsla(16, 45%, 23%, 0.02)', 'hsla(16, 45%, 23%, 0.01)', 'hsla(33, 90%, 96%, 0.1)', 'hsla(33, 90%, 96%, 0.075)', 'hsla(33, 90%, 96%, 0.05)', 'hsla(33, 90%, 96%, 0.025)', 'hsla(33, 90%, 96%, 0.02)', 'hsla(33, 90%, 96%, 0.01)', 'hsla(30, 91%, 75%, 0.6)', 'hsla(324, 100%, 99%, 0)', 'hsla(326, 64%, 98%, 0.2)', 'hsla(326, 64%, 98%, 0.4)', 'hsla(326, 64%, 98%, 0.6)', 'hsla(326, 64%, 98%, 0.8)', 'hsla(324, 100%, 99%, 1)', 'hsla(326, 64%, 98%, 1)', 'hsla(326, 84%, 95%, 1)', 'hsla(323, 71%, 92%, 1)', 'hsla(323, 61%, 89%, 1)', 'hsla(323, 54%, 84%, 1)', 'hsla(323, 50%, 79%, 1)', 'hsla(321, 47%, 72%, 1)', 'hsla(322, 58%, 55%, 1)', 'hsla(322, 55%, 52%, 1)', 'hsla(322, 59%, 46%, 1)', 'hsla(320, 63%, 23%, 1)', 'hsla(320, 63%, 23%, 0)', 'hsla(320, 63%, 23%, 0.2)', 'hsla(320, 63%, 23%, 0.4)', 'hsla(320, 63%, 23%, 0.6)', 'hsla(320, 63%, 23%, 0.8)', 'hsla(320, 63%, 23%, 0.1)', 'hsla(320, 63%, 23%, 0.075)', 'hsla(320, 63%, 23%, 0.05)', 'hsla(320, 63%, 23%, 0.025)', 'hsla(320, 63%, 23%, 0.02)', 'hsla(320, 63%, 23%, 0.01)', 'hsla(326, 64%, 98%, 0.1)', 'hsla(326, 64%, 98%, 0.075)', 'hsla(326, 64%, 98%, 0.05)', 'hsla(326, 64%, 98%, 0.025)', 'hsla(326, 64%, 98%, 0.02)', 'hsla(326, 64%, 98%, 0.01)', 'hsla(323, 54%, 84%, 0.6)', 'hsla(300, 60%, 99%, 0)', 'hsla(274, 64%, 98%, 0.2)', 'hsla(274, 64%, 98%, 0.4)', 'hsla(274, 64%, 98%, 0.6)', 'hsla(274, 64%, 98%, 0.8)', 'hsla(300, 60%, 99%, 1)', 'hsla(274, 64%, 98%, 1)', 'hsla(274, 80%, 96%, 1)', 'hsla(275, 73%, 94%, 1)', 'hsla(276, 70%, 91%, 1)', 'hsla(275, 61%, 86%, 1)', 'hsla(273, 55%, 81%, 1)', 'hsla(272, 55%, 74%, 1)', 'hsla(272, 46%, 54%, 1)', 'hsla(272, 40%, 50%, 1)', 'hsla(272, 40%, 49%, 1)', 'hsla(271, 45%, 25%, 1)', 'hsla(272, 45%, 25%, 0)', 'hsla(272, 45%, 25%, 0.2)', 'hsla(272, 45%, 25%, 0.4)', 'hsla(272, 45%, 25%, 0.6)', 'hsla(272, 45%, 25%, 0.8)', 'hsla(272, 45%, 25%, 0.1)', 'hsla(272, 45%, 25%, 0.075)', 'hsla(272, 45%, 25%, 0.05)', 'hsla(272, 45%, 25%, 0.025)', 'hsla(272, 45%, 25%, 0.02)', 'hsla(272, 45%, 25%, 0.01)', 'hsla(274, 64%, 98%, 0.1)', 'hsla(274, 64%, 98%, 0.075)', 'hsla(274, 64%, 98%, 0.05)', 'hsla(274, 64%, 98%, 0.025)', 'hsla(274, 64%, 98%, 0.02)', 'hsla(274, 64%, 98%, 0.01)', 'hsla(275, 61%, 86%, 0.6)', 'hsla(160, 60%, 99%, 0)', 'hsla(163, 47%, 97%, 0.2)', 'hsla(163, 47%, 97%, 0.4)', 'hsla(163, 47%, 97%, 0.6)', 'hsla(163, 47%, 97%, 0.8)', 'hsla(160, 60%, 99%, 1)', 'hsla(163, 47%, 97%, 1)', 'hsla(168, 56%, 93%, 1)', 'hsla(166, 57%, 88%, 1)', 'hsla(168, 49%, 82%, 1)', 'hsla(168, 43%, 75%, 1)', 'hsla(170, 38%, 66%, 1)', 'hsla(172, 38%, 53%, 1)', 'hsla(173, 72%, 36%, 1)', 'hsla(173, 76%, 33%, 1)', 'hsla(172, 89%, 26%, 1)', 'hsla(175, 58%, 15%, 1)', 'hsla(176, 58%, 15%, 0)', 'hsla(176, 58%, 15%, 0.2)', 'hsla(176, 58%, 15%, 0.4)', 'hsla(176, 58%, 15%, 0.6)', 'hsla(176, 58%, 15%, 0.8)', 'hsla(176, 58%, 15%, 0.1)', 'hsla(176, 58%, 15%, 0.075)', 'hsla(176, 58%, 15%, 0.05)', 'hsla(176, 58%, 15%, 0.025)', 'hsla(176, 58%, 15%, 0.02)', 'hsla(176, 58%, 15%, 0.01)', 'hsla(163, 47%, 97%, 0.1)', 'hsla(163, 47%, 97%, 0.075)', 'hsla(163, 47%, 97%, 0.05)', 'hsla(163, 47%, 97%, 0.025)', 'hsla(163, 47%, 97%, 0.02)', 'hsla(163, 47%, 97%, 0.01)', 'hsla(168, 43%, 75%, 0.6)', 'hsla(0, 0%, 68%, 0)', 'hsla(0, 0%, 65%, 0.2)', 'hsla(0, 0%, 65%, 0.4)', 'hsla(0, 0%, 65%, 0.6)', 'hsla(0, 0%, 65%, 0.8)', 'hsla(0, 0%, 68%, 1)', 'hsla(0, 0%, 65%, 1)', 'hsla(0, 0%, 62%, 1)', 'hsla(0, 0%, 56%, 1)', 'hsla(0, 0%, 53%, 1)', 'hsla(0, 0%, 50%, 1)', 'hsla(0, 0%, 44%, 1)', 'hsla(0, 0%, 41%, 1)', 'hsla(0, 0%, 38%, 1)', 'hsla(0, 0%, 32%, 1)', 'hsla(0, 0%, 32%, 0)', 'hsla(0, 0%, 32%, 0.2)', 'hsla(0, 0%, 32%, 0.4)', 'hsla(0, 0%, 32%, 0.6)', 'hsla(0, 0%, 32%, 0.8)', 'hsla(0, 0%, 32%, 0.1)', 'hsla(0, 0%, 32%, 0.075)', 'hsla(0, 0%, 32%, 0.05)', 'hsla(0, 0%, 32%, 0.025)', 'hsla(0, 0%, 32%, 0.02)', 'hsla(0, 0%, 32%, 0.01)', 'hsla(0, 0%, 65%, 0.1)', 'hsla(0, 0%, 65%, 0.075)', 'hsla(0, 0%, 65%, 0.05)', 'hsla(0, 0%, 65%, 0.025)', 'hsla(0, 0%, 65%, 0.02)', 'hsla(0, 0%, 65%, 0.01)', 'hsla(0, 0%, 53%, 0.6)', 'hsla(0, 0%, 7%, 0)', 'hsla(0, 0%, 10%, 0.2)', 'hsla(0, 0%, 10%, 0.4)', 'hsla(0, 0%, 10%, 0.6)', 'hsla(0, 0%, 10%, 0.8)', 'hsla(0, 0%, 7%, 1)', 'hsla(0, 0%, 16%, 1)', 'hsla(0, 0%, 19%, 1)', 'hsla(0, 0%, 23%, 1)', 'hsla(0, 0%, 28%, 1)', 'hsla(0, 0%, 43%, 1)', 'hsla(0, 0%, 48%, 1)', 'hsla(0, 0%, 71%, 1)', 'hsla(0, 0%, 93%, 0)', 'hsla(0, 0%, 93%, 0.2)', 'hsla(0, 0%, 93%, 0.4)', 'hsla(0, 0%, 93%, 0.6)', 'hsla(0, 0%, 93%, 0.8)', 'hsla(0, 0%, 93%, 0.1)', 'hsla(0, 0%, 93%, 0.075)', 'hsla(0, 0%, 93%, 0.05)', 'hsla(0, 0%, 93%, 0.025)', 'hsla(0, 0%, 93%, 0.02)', 'hsla(0, 0%, 93%, 0.01)', 'hsla(0, 0%, 10%, 0.1)', 'hsla(0, 0%, 10%, 0.075)', 'hsla(0, 0%, 10%, 0.05)', 'hsla(0, 0%, 10%, 0.025)', 'hsla(0, 0%, 10%, 0.02)', 'hsla(0, 0%, 10%, 0.01)', 'hsla(0, 0%, 23%, 0.6)', 'hsla(214, 30%, 9%, 0)', 'hsla(218, 29%, 11%, 0.2)', 'hsla(218, 29%, 11%, 0.4)', 'hsla(218, 29%, 11%, 0.6)', 'hsla(218, 29%, 11%, 0.8)', 'hsla(214, 30%, 9%, 1)', 'hsla(218, 29%, 11%, 1)', 'hsla(212, 48%, 16%, 1)', 'hsla(209, 69%, 19%, 1)', 'hsla(207, 90%, 23%, 1)', 'hsla(209, 71%, 30%, 1)', 'hsla(211, 60%, 37%, 1)', 'hsla(211, 59%, 45%, 1)', 'hsla(210, 90%, 62%, 1)', 'hsla(210, 90%, 72%, 1)', 'hsla(205, 90%, 88%, 1)', 'hsla(205, 90%, 88%, 0)', 'hsla(205, 90%, 88%, 0.2)', 'hsla(205, 90%, 88%, 0.4)', 'hsla(205, 90%, 88%, 0.6)', 'hsla(205, 90%, 88%, 0.8)', 'hsla(205, 90%, 88%, 0.1)', 'hsla(205, 90%, 88%, 0.075)', 'hsla(205, 90%, 88%, 0.05)', 'hsla(205, 90%, 88%, 0.025)', 'hsla(205, 90%, 88%, 0.02)', 'hsla(205, 90%, 88%, 0.01)', 'hsla(218, 29%, 11%, 0.1)', 'hsla(218, 29%, 11%, 0.075)', 'hsla(218, 29%, 11%, 0.05)', 'hsla(218, 29%, 11%, 0.025)', 'hsla(218, 29%, 11%, 0.02)', 'hsla(218, 29%, 11%, 0.01)', 'hsla(209, 71%, 30%, 0.6)', 'hsla(0, 12%, 8%, 0)', 'hsla(353, 18%, 10%, 0.2)', 'hsla(353, 18%, 10%, 0.4)', 'hsla(353, 18%, 10%, 0.6)', 'hsla(353, 18%, 10%, 0.8)', 'hsla(0, 12%, 8%, 1)', 'hsla(353, 18%, 10%, 1)', 'hsla(349, 37%, 15%, 1)', 'hsla(349, 48%, 19%, 1)', 'hsla(350, 57%, 23%, 1)', 'hsla(352, 48%, 29%, 1)', 'hsla(355, 42%, 37%, 1)', 'hsla(358, 40%, 49%, 1)', 'hsla(0, 71%, 65%, 1)', 'hsla(2, 91%, 79%, 1)', 'hsla(350, 91%, 91%, 1)', 'hsla(350, 91%, 91%, 0)', 'hsla(350, 91%, 91%, 0.2)', 'hsla(350, 91%, 91%, 0.4)', 'hsla(350, 91%, 91%, 0.6)', 'hsla(350, 91%, 91%, 0.8)', 'hsla(350, 91%, 91%, 0.1)', 'hsla(350, 91%, 91%, 0.075)', 'hsla(350, 91%, 91%, 0.05)', 'hsla(350, 91%, 91%, 0.025)', 'hsla(350, 91%, 91%, 0.02)', 'hsla(350, 91%, 91%, 0.01)', 'hsla(353, 18%, 10%, 0.1)', 'hsla(353, 18%, 10%, 0.075)', 'hsla(353, 18%, 10%, 0.05)', 'hsla(353, 18%, 10%, 0.025)', 'hsla(353, 18%, 10%, 0.02)', 'hsla(353, 18%, 10%, 0.01)', 'hsla(352, 48%, 29%, 0.6)', 'hsla(60, 12%, 5%, 0)', 'hsla(45, 11%, 7%, 0.2)', 'hsla(45, 11%, 7%, 0.4)', 'hsla(45, 11%, 7%, 0.6)', 'hsla(45, 11%, 7%, 0.8)', 'hsla(60, 12%, 5%, 1)', 'hsla(45, 11%, 7%, 1)', 'hsla(44, 37%, 8%, 1)', 'hsla(47, 46%, 8%, 1)', 'hsla(48, 45%, 13%, 1)', 'hsla(48, 43%, 16%, 1)', 'hsla(45, 28%, 25%, 1)', 'hsla(44, 33%, 32%, 1)', 'hsla(53, 55%, 58%, 1)', 'hsla(60, 55%, 67%, 1)', 'hsla(53, 49%, 62%, 1)', 'hsla(53, 43%, 84%, 1)', 'hsla(53, 43%, 84%, 0)', 'hsla(53, 43%, 84%, 0.2)', 'hsla(53, 43%, 84%, 0.4)', 'hsla(53, 43%, 84%, 0.6)', 'hsla(53, 43%, 84%, 0.8)', 'hsla(53, 43%, 84%, 0.1)', 'hsla(53, 43%, 84%, 0.075)', 'hsla(53, 43%, 84%, 0.05)', 'hsla(53, 43%, 84%, 0.025)', 'hsla(53, 43%, 84%, 0.02)', 'hsla(53, 43%, 84%, 0.01)', 'hsla(45, 11%, 7%, 0.1)', 'hsla(45, 11%, 7%, 0.075)', 'hsla(45, 11%, 7%, 0.05)', 'hsla(45, 11%, 7%, 0.025)', 'hsla(45, 11%, 7%, 0.02)', 'hsla(45, 11%, 7%, 0.01)', 'hsla(48, 43%, 16%, 0.6)', 'hsla(156, 14%, 7%, 0)', 'hsla(150, 13%, 9%, 0.2)', 'hsla(150, 13%, 9%, 0.4)', 'hsla(150, 13%, 9%, 0.6)', 'hsla(150, 13%, 9%, 0.8)', 'hsla(156, 14%, 7%, 1)', 'hsla(150, 13%, 9%, 1)', 'hsla(153, 27%, 13%, 1)', 'hsla(154, 39%, 15%, 1)', 'hsla(153, 46%, 19%, 1)', 'hsla(153, 42%, 23%, 1)', 'hsla(152, 40%, 28%, 1)', 'hsla(151, 41%, 34%, 1)', 'hsla(151, 50%, 45%, 1)', 'hsla(151, 59%, 54%, 1)', 'hsla(144, 63%, 82%, 1)', 'hsla(144, 63%, 82%, 0)', 'hsla(144, 63%, 82%, 0.2)', 'hsla(144, 63%, 82%, 0.4)', 'hsla(144, 63%, 82%, 0.6)', 'hsla(144, 63%, 82%, 0.8)', 'hsla(144, 63%, 82%, 0.1)', 'hsla(144, 63%, 82%, 0.075)', 'hsla(144, 63%, 82%, 0.05)', 'hsla(144, 63%, 82%, 0.025)', 'hsla(144, 63%, 82%, 0.02)', 'hsla(144, 63%, 82%, 0.01)', 'hsla(150, 13%, 9%, 0.1)', 'hsla(150, 13%, 9%, 0.075)', 'hsla(150, 13%, 9%, 0.05)', 'hsla(150, 13%, 9%, 0.025)', 'hsla(150, 13%, 9%, 0.02)', 'hsla(150, 13%, 9%, 0.01)', 'hsla(153, 42%, 23%, 0.6)', 'hsla(30, 17%, 7%, 0)', 'hsla(30, 22%, 9%, 0.2)', 'hsla(30, 22%, 9%, 0.4)', 'hsla(30, 22%, 9%, 0.6)', 'hsla(30, 22%, 9%, 0.8)', 'hsla(30, 17%, 7%, 1)', 'hsla(30, 22%, 9%, 1)', 'hsla(29, 44%, 12%, 1)', 'hsla(28, 69%, 14%, 1)', 'hsla(28, 91%, 17%, 1)', 'hsla(27, 71%, 22%, 1)', 'hsla(25, 56%, 30%, 1)', 'hsla(23, 54%, 40%, 1)', 'hsla(26, 90%, 56%, 1)', 'hsla(26, 90%, 67%, 1)', 'hsla(29, 90%, 88%, 1)', 'hsla(28, 90%, 88%, 0)', 'hsla(28, 90%, 88%, 0.2)', 'hsla(28, 90%, 88%, 0.4)', 'hsla(28, 90%, 88%, 0.6)', 'hsla(28, 90%, 88%, 0.8)', 'hsla(28, 90%, 88%, 0.1)', 'hsla(28, 90%, 88%, 0.075)', 'hsla(28, 90%, 88%, 0.05)', 'hsla(28, 90%, 88%, 0.025)', 'hsla(28, 90%, 88%, 0.02)', 'hsla(28, 90%, 88%, 0.01)', 'hsla(30, 22%, 9%, 0.1)', 'hsla(30, 22%, 9%, 0.075)', 'hsla(30, 22%, 9%, 0.05)', 'hsla(30, 22%, 9%, 0.025)', 'hsla(30, 22%, 9%, 0.02)', 'hsla(30, 22%, 9%, 0.01)', 'hsla(27, 71%, 22%, 0.6)', 'hsla(312, 12%, 8%, 0)', 'hsla(316, 22%, 10%, 0.2)', 'hsla(316, 22%, 10%, 0.4)', 'hsla(316, 22%, 10%, 0.6)', 'hsla(316, 22%, 10%, 0.8)', 'hsla(312, 12%, 8%, 1)', 'hsla(316, 22%, 10%, 1)', 'hsla(314, 29%, 15%, 1)', 'hsla(315, 40%, 19%, 1)', 'hsla(317, 47%, 23%, 1)', 'hsla(319, 39%, 29%, 1)', 'hsla(320, 36%, 37%, 1)', 'hsla(322, 36%, 47%, 1)', 'hsla(323, 61%, 59%, 1)', 'hsla(327, 89%, 78%, 1)', 'hsla(325, 83%, 91%, 1)', 'hsla(325, 83%, 91%, 0)', 'hsla(325, 83%, 91%, 0.2)', 'hsla(325, 83%, 91%, 0.4)', 'hsla(325, 83%, 91%, 0.6)', 'hsla(325, 83%, 91%, 0.8)', 'hsla(325, 83%, 91%, 0.1)', 'hsla(325, 83%, 91%, 0.075)', 'hsla(325, 83%, 91%, 0.05)', 'hsla(325, 83%, 91%, 0.025)', 'hsla(325, 83%, 91%, 0.02)', 'hsla(325, 83%, 91%, 0.01)', 'hsla(316, 22%, 10%, 0.1)', 'hsla(316, 22%, 10%, 0.075)', 'hsla(316, 22%, 10%, 0.05)', 'hsla(316, 22%, 10%, 0.025)', 'hsla(316, 22%, 10%, 0.02)', 'hsla(316, 22%, 10%, 0.01)', 'hsla(319, 39%, 29%, 0.6)', 'hsla(278, 17%, 9%, 0)', 'hsla(282, 18%, 11%, 0.2)', 'hsla(282, 18%, 11%, 0.4)', 'hsla(282, 18%, 11%, 0.6)', 'hsla(282, 18%, 11%, 0.8)', 'hsla(278, 17%, 9%, 1)', 'hsla(282, 18%, 11%, 1)', 'hsla(280, 24%, 17%, 1)', 'hsla(278, 29%, 22%, 1)', 'hsla(276, 35%, 26%, 1)', 'hsla(274, 31%, 31%, 1)', 'hsla(274, 29%, 38%, 1)', 'hsla(273, 30%, 50%, 1)', 'hsla(272, 50%, 59%, 1)', 'hsla(272, 90%, 81%, 1)', 'hsla(274, 70%, 92%, 1)', 'hsla(275, 71%, 92%, 0)', 'hsla(275, 71%, 92%, 0.2)', 'hsla(275, 71%, 92%, 0.4)', 'hsla(275, 71%, 92%, 0.6)', 'hsla(275, 71%, 92%, 0.8)', 'hsla(275, 71%, 92%, 0.1)', 'hsla(275, 71%, 92%, 0.075)', 'hsla(275, 71%, 92%, 0.05)', 'hsla(275, 71%, 92%, 0.025)', 'hsla(275, 71%, 92%, 0.02)', 'hsla(275, 71%, 92%, 0.01)', 'hsla(282, 18%, 11%, 0.1)', 'hsla(282, 18%, 11%, 0.075)', 'hsla(282, 18%, 11%, 0.05)', 'hsla(282, 18%, 11%, 0.025)', 'hsla(282, 18%, 11%, 0.02)', 'hsla(282, 18%, 11%, 0.01)', 'hsla(274, 31%, 31%, 0.6)', 'hsla(170, 17%, 7%, 0)', 'hsla(173, 17%, 9%, 0.2)', 'hsla(173, 17%, 9%, 0.4)', 'hsla(173, 17%, 9%, 0.6)', 'hsla(173, 17%, 9%, 0.8)', 'hsla(170, 17%, 7%, 1)', 'hsla(173, 17%, 9%, 1)', 'hsla(175, 39%, 11%, 1)', 'hsla(177, 64%, 12%, 1)', 'hsla(175, 73%, 16%, 1)', 'hsla(174, 56%, 21%, 1)', 'hsla(174, 52%, 26%, 1)', 'hsla(173, 54%, 31%, 1)', 'hsla(172, 77%, 38%, 1)', 'hsla(170, 81%, 45%, 1)', 'hsla(163, 63%, 81%, 1)', 'hsla(163, 63%, 81%, 0)', 'hsla(163, 63%, 81%, 0.2)', 'hsla(163, 63%, 81%, 0.4)', 'hsla(163, 63%, 81%, 0.6)', 'hsla(163, 63%, 81%, 0.8)', 'hsla(163, 63%, 81%, 0.1)', 'hsla(163, 63%, 81%, 0.075)', 'hsla(163, 63%, 81%, 0.05)', 'hsla(163, 63%, 81%, 0.025)', 'hsla(163, 63%, 81%, 0.02)', 'hsla(163, 63%, 81%, 0.01)', 'hsla(173, 17%, 9%, 0.1)', 'hsla(173, 17%, 9%, 0.075)', 'hsla(173, 17%, 9%, 0.05)', 'hsla(173, 17%, 9%, 0.025)', 'hsla(173, 17%, 9%, 0.02)', 'hsla(173, 17%, 9%, 0.01)', 'hsla(174, 56%, 21%, 0.6)', 'hsla(0, 0%, 4%, 0.2)', 'hsla(0, 0%, 4%, 0.4)', 'hsla(0, 0%, 4%, 0.6)', 'hsla(0, 0%, 4%, 0.8)', 'hsla(0, 0%, 99%, 0.2)', 'hsla(0, 0%, 99%, 0.4)', 'hsla(0, 0%, 99%, 0.6)', 'hsla(0, 0%, 99%, 0.8)', 'hsla(216, 100%, 99%, 0.2)', 'hsla(216, 100%, 99%, 0.4)', 'hsla(216, 100%, 99%, 0.6)', 'hsla(216, 100%, 99%, 0.8)', 'hsla(0, 100%, 99%, 0.2)', 'hsla(0, 100%, 99%, 0.4)', 'hsla(0, 100%, 99%, 0.6)', 'hsla(0, 100%, 99%, 0.8)', 'hsla(140, 60%, 99%, 0.2)', 'hsla(140, 60%, 99%, 0.4)', 'hsla(140, 60%, 99%, 0.6)', 'hsla(140, 60%, 99%, 0.8)', 'hsla(20, 60%, 99%, 0.2)', 'hsla(20, 60%, 99%, 0.4)', 'hsla(20, 60%, 99%, 0.6)', 'hsla(20, 60%, 99%, 0.8)', 'hsla(324, 100%, 99%, 0.2)', 'hsla(324, 100%, 99%, 0.4)', 'hsla(324, 100%, 99%, 0.6)', 'hsla(324, 100%, 99%, 0.8)', 'hsla(300, 60%, 99%, 0.2)', 'hsla(300, 60%, 99%, 0.4)', 'hsla(300, 60%, 99%, 0.6)', 'hsla(300, 60%, 99%, 0.8)', 'hsla(160, 60%, 99%, 0.2)', 'hsla(160, 60%, 99%, 0.4)', 'hsla(160, 60%, 99%, 0.6)', 'hsla(160, 60%, 99%, 0.8)', 'hsla(0, 0%, 68%, 0.2)', 'hsla(0, 0%, 68%, 0.4)', 'hsla(0, 0%, 68%, 0.6)', 'hsla(0, 0%, 68%, 0.8)', 'hsla(0, 0%, 7%, 0.2)', 'hsla(0, 0%, 7%, 0.4)', 'hsla(0, 0%, 7%, 0.6)', 'hsla(0, 0%, 7%, 0.8)', 'hsla(214, 30%, 9%, 0.2)', 'hsla(214, 30%, 9%, 0.4)', 'hsla(214, 30%, 9%, 0.6)', 'hsla(214, 30%, 9%, 0.8)', 'hsla(0, 12%, 8%, 0.2)', 'hsla(0, 12%, 8%, 0.4)', 'hsla(0, 12%, 8%, 0.6)', 'hsla(0, 12%, 8%, 0.8)', 'hsla(60, 12%, 5%, 0.2)', 'hsla(60, 12%, 5%, 0.4)', 'hsla(60, 12%, 5%, 0.6)', 'hsla(60, 12%, 5%, 0.8)', 'hsla(156, 14%, 7%, 0.2)', 'hsla(156, 14%, 7%, 0.4)', 'hsla(156, 14%, 7%, 0.6)', 'hsla(156, 14%, 7%, 0.8)', 'hsla(30, 17%, 7%, 0.2)', 'hsla(30, 17%, 7%, 0.4)', 'hsla(30, 17%, 7%, 0.6)', 'hsla(30, 17%, 7%, 0.8)', 'hsla(312, 12%, 8%, 0.2)', 'hsla(312, 12%, 8%, 0.4)', 'hsla(312, 12%, 8%, 0.6)', 'hsla(312, 12%, 8%, 0.8)', 'hsla(278, 17%, 9%, 0.2)', 'hsla(278, 17%, 9%, 0.4)', 'hsla(278, 17%, 9%, 0.6)', 'hsla(278, 17%, 9%, 0.8)', 'hsla(170, 17%, 7%, 0.2)', 'hsla(170, 17%, 7%, 0.4)', 'hsla(170, 17%, 7%, 0.6)', 'hsla(170, 17%, 7%, 0.8)', ] const ks = [ 'accentBackground', 'accentColor', 'background0', 'background02', 'background04', 'background06', 'background08', 'color1', 'color2', 'color3', 'color4', 'color5', 'color6', 'color7', 'color8', 'color9', 'color10', 'color11', 'color12', 'color0', 'color02', 'color04', 'color06', 'color08', 'color', 'colorHover', 'colorPress', 'colorFocus', 'background', 'backgroundHover', 'backgroundPress', 'backgroundFocus', 'backgroundActive', 'borderColor', 'borderColorHover', 'borderColorFocus', 'borderColorPress', 'placeholderColor', 'colorTransparent', 'black1', 'black2', 'black3', 'black4', 'black5', 'black6', 'black7', 'black8', 'black9', 'black10', 'black11', 'black12', 'white1', 'white2', 'white3', 'white4', 'white5', 'white6', 'white7', 'white8', 'white9', 'white10', 'white11', 'white12', 'white', 'white0', 'white02', 'white04', 'white06', 'white08', 'black', 'black0', 'black02', 'black04', 'black06', 'black08', 'shadow1', 'shadow2', 'shadow3', 'shadow4', 'shadow5', 'shadow6', 'shadow7', 'shadow8', 'highlight1', 'highlight2', 'highlight3', 'highlight4', 'highlight5', 'highlight6', 'highlight7', 'highlight8', 'shadowColor', 'gray1', 'gray2', 'gray3', 'gray4', 'gray5', 'gray6', 'gray7', 'gray8', 'gray9', 'gray10', 'gray11', 'gray12', 'blue1', 'blue2', 'blue3', 'blue4', 'blue5', 'blue6', 'blue7', 'blue8', 'blue9', 'blue10', 'blue11', 'blue12', 'red1', 'red2', 'red3', 'red4', 'red5', 'red6', 'red7', 'red8', 'red9', 'red10', 'red11', 'red12', 'yellow1', 'yellow2', 'yellow3', 'yellow4', 'yellow5', 'yellow6', 'yellow7', 'yellow8', 'yellow9', 'yellow10', 'yellow11', 'yellow12', 'green1', 'green2', 'green3', 'green4', 'green5', 'green6', 'green7', 'green8', 'green9', 'green10', 'green11', 'green12', 'orange1', 'orange2', 'orange3', 'orange4', 'orange5', 'orange6', 'orange7', 'orange8', 'orange9', 'orange10', 'orange11', 'orange12', 'pink1', 'pink2', 'pink3', 'pink4', 'pink5', 'pink6', 'pink7', 'pink8', 'pink9', 'pink10', 'pink11', 'pink12', 'purple1', 'purple2', 'purple3', 'purple4', 'purple5', 'purple6', 'purple7', 'purple8', 'purple9', 'purple10', 'purple11', 'purple12', 'teal1', 'teal2', 'teal3', 'teal4', 'teal5', 'teal6', 'teal7', 'teal8', 'teal9', 'teal10', 'teal11', 'teal12', 'neutral1', 'neutral2', 'neutral3', 'neutral4', 'neutral5', 'neutral6', 'neutral7', 'neutral8', 'neutral9', 'neutral10', 'neutral11', 'neutral12', 'accent1', 'accent2', 'accent3', 'accent4', 'accent5', 'accent6', 'accent7', 'accent8', 'accent9', 'accent10', 'accent11', 'accent12', 'color01', 'color0075', 'color005', 'color0025', 'color002', 'color001', 'background01', 'background0075', 'background005', 'background0025', 'background002', 'background001', 'outlineColor'] const n1 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 18],[26, 18],[27, 23],[28, 8],[29, 7],[30, 9],[31, 9],[32, 8],[33, 10],[34, 9],[35, 10],[36, 11],[37, 15],[38, 19],[39, 24],[40, 25],[41, 26],[42, 27],[43, 28],[44, 29],[45, 30],[46, 31],[47, 32],[48, 33],[49, 34],[50, 35],[51, 36],[52, 37],[53, 38],[54, 39],[55, 40],[56, 41],[57, 42],[58, 43],[59, 44],[60, 45],[61, 46],[62, 47],[63, 48],[64, 49],[65, 50],[66, 51],[67, 52],[68, 53],[69, 54],[70, 55],[71, 56],[72, 57],[73, 58],[74, 59],[75, 60],[76, 61],[77, 62],[78, 63],[79, 64],[80, 65],[81, 58],[82, 66],[83, 67],[84, 68],[85, 69],[86, 70],[87, 51],[88, 71],[89, 72],[90, 73],[91, 62],[92, 74],[93, 75],[94, 76],[95, 77],[96, 78],[97, 39],[98, 79],[99, 80],[100, 81],[101, 82],[102, 83],[103, 84],[104, 85],[105, 86],[106, 87],[107, 88],[108, 89],[109, 90],[110, 91],[111, 92],[112, 93],[113, 94],[114, 95],[115, 96],[116, 97],[117, 98],[118, 99],[119, 100],[120, 101],[121, 102],[122, 103],[123, 104],[124, 105],[125, 106],[126, 107],[127, 108],[128, 109],[129, 110],[130, 111],[131, 112],[132, 113],[133, 114],[134, 115],[135, 116],[136, 117],[137, 118],[138, 119],[139, 120],[140, 121],[141, 122],[142, 123],[143, 124],[144, 125],[145, 126],[146, 127],[147, 128],[148, 129],[149, 130],[150, 131],[151, 132],[152, 133],[153, 134],[154, 135],[155, 136],[156, 137],[157, 138],[158, 139],[159, 140],[160, 141],[161, 142],[162, 143],[163, 144],[164, 145],[165, 146],[166, 147],[167, 148],[168, 149],[169, 150],[170, 151],[171, 152],[172, 153],[173, 154],[174, 155],[175, 156],[176, 157],[177, 158],[178, 159],[179, 160],[180, 161],[181, 162],[182, 163],[183, 164],[184, 165],[185, 166],[186, 167],[187, 168],[188, 169],[189, 170],[190, 171],[191, 172],[192, 173],[193, 174],[194, 175],[195, 176],[196, 177],[197, 178],[198, 179],[199, 180],[200, 181],[201, 182],[202, 183],[203, 42],[204, 184],[205, 185],[206, 186],[207, 187],[208, 188],[209, 189],[210, 190],[211, 191],[212, 192],[213, 193],[214, 0],[215, 17],[216, 16],[217, 194],[218, 195],[219, 196],[220, 197],[221, 1],[222, 11],[223, 7],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[236, 210]]) const n2 = t([[0, 16],[1, 9],[2, 211],[3, 212],[4, 213],[5, 214],[6, 215],[7, 192],[8, 193],[9, 0],[10, 17],[11, 16],[12, 194],[13, 195],[14, 196],[15, 197],[16, 1],[17, 11],[18, 7],[19, 2],[20, 216],[21, 217],[22, 218],[23, 219],[24, 7],[25, 219],[26, 7],[27, 11],[28, 193],[29, 0],[30, 192],[31, 0],[32, 193],[33, 17],[34, 16],[35, 17],[36, 0],[37, 197],[38, 2],[39, 24],[40, 25],[41, 26],[42, 27],[43, 28],[44, 29],[45, 30],[46, 31],[47, 32],[48, 33],[49, 34],[50, 35],[51, 36],[52, 37],[53, 38],[54, 39],[55, 40],[56, 41],[57, 42],[58, 43],[59, 44],[60, 45],[61, 46],[62, 47],[63, 48],[64, 49],[65, 50],[66, 51],[67, 52],[68, 53],[69, 54],[70, 55],[71, 56],[72, 57],[73, 58],[74, 59],[75, 220],[76, 221],[77, 64],[78, 222],[79, 223],[80, 59],[81, 224],[82, 54],[83, 68],[84, 50],[85, 70],[86, 225],[87, 226],[88, 73],[89, 227],[90, 48],[91, 64],[92, 228],[93, 229],[94, 84],[95, 230],[96, 231],[97, 232],[98, 233],[99, 190],[100, 234],[101, 235],[102, 236],[103, 38],[104, 237],[105, 238],[106, 239],[107, 240],[108, 241],[109, 242],[110, 243],[111, 244],[112, 93],[113, 245],[114, 246],[115, 247],[116, 248],[117, 249],[118, 250],[119, 251],[120, 252],[121, 253],[122, 254],[123, 255],[124, 105],[125, 256],[126, 257],[127, 258],[128, 259],[129, 260],[130, 261],[131, 262],[132, 263],[133, 264],[134, 265],[135, 266],[136, 267],[137, 268],[138, 269],[139, 270],[140, 271],[141, 272],[142, 273],[143, 274],[144, 275],[145, 276],[146, 277],[147, 278],[148, 129],[149, 279],[150, 280],[151, 281],[152, 282],[153, 283],[154, 284],[155, 285],[156, 286],[157, 287],[158, 288],[159, 289],[160, 141],[161, 290],[162, 291],[163, 292],[164, 293],[165, 294],[166, 295],[167, 296],[168, 297],[169, 298],[170, 299],[171, 300],[172, 153],[173, 301],[174, 302],[175, 303],[176, 304],[177, 305],[178, 306],[179, 307],[180, 308],[181, 309],[182, 310],[183, 311],[184, 165],[185, 312],[186, 313],[187, 314],[188, 315],[189, 316],[190, 317],[191, 318],[192, 319],[193, 320],[194, 321],[195, 322],[196, 177],[197, 323],[198, 324],[199, 325],[200, 181],[201, 182],[202, 183],[203, 42],[204, 184],[205, 185],[206, 186],[207, 187],[208, 188],[209, 189],[210, 190],[211, 191],[212, 7],[213, 8],[214, 9],[215, 10],[216, 11],[217, 12],[218, 13],[219, 14],[220, 15],[221, 16],[222, 17],[223, 18],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[236, 338]]) const n3 = t([[0, 9],[1, 16],[2, 211],[3, 212],[4, 213],[5, 214],[6, 215],[7, 192],[8, 193],[9, 0],[10, 17],[11, 16],[12, 194],[13, 195],[14, 196],[15, 197],[16, 1],[17, 11],[18, 7],[19, 2],[20, 216],[21, 217],[22, 218],[23, 219],[24, 7],[25, 7],[26, 7],[27, 219],[28, 193],[29, 192],[30, 0],[31, 0],[32, 193],[33, 17],[34, 0],[35, 17],[36, 16],[37, 197],[38, 2],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[236, 338]]) const n4 = t([[0, 1],[1, 0],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 23],[26, 18],[27, 17],[28, 8],[29, 9],[30, 7],[31, 9],[32, 8],[33, 10],[34, 11],[35, 10],[36, 9],[37, 15],[38, 19],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[236, 210]]) const n5 = t([[0, 0],[1, 1],[2, 211],[3, 212],[4, 213],[5, 214],[6, 215],[7, 192],[8, 193],[9, 0],[10, 17],[11, 16],[12, 194],[13, 195],[14, 196],[15, 197],[16, 1],[17, 11],[18, 7],[19, 2],[20, 216],[21, 217],[22, 218],[23, 219],[24, 7],[25, 7],[26, 7],[27, 219],[28, 193],[29, 192],[30, 0],[31, 0],[32, 193],[33, 17],[34, 0],[35, 17],[36, 16],[37, 197],[38, 2],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[236, 338]]) const n6 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 18],[26, 18],[27, 23],[28, 8],[29, 7],[30, 9],[31, 9],[32, 8],[33, 10],[34, 9],[35, 10],[36, 11],[37, 15],[38, 19],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[236, 210]]) const n7 = t([[0, 0],[1, 1],[2, 339],[3, 340],[4, 341],[5, 342],[6, 343],[7, 344],[8, 345],[9, 346],[10, 347],[11, 348],[12, 10],[13, 349],[14, 350],[15, 351],[16, 352],[17, 353],[18, 354],[19, 355],[20, 356],[21, 357],[22, 358],[23, 359],[24, 354],[25, 354],[26, 354],[27, 359],[28, 345],[29, 344],[30, 346],[31, 346],[32, 345],[33, 347],[34, 346],[35, 347],[36, 348],[37, 351],[38, 355],[224, 360],[225, 361],[226, 362],[227, 363],[228, 364],[229, 365],[230, 366],[231, 367],[232, 368],[233, 369],[234, 370],[235, 371],[236, 372]]) const n8 = t([[0, 0],[1, 1],[2, 373],[3, 374],[4, 375],[5, 376],[6, 377],[7, 378],[8, 379],[9, 380],[10, 381],[11, 382],[12, 383],[13, 384],[14, 385],[15, 386],[16, 387],[17, 388],[18, 389],[19, 390],[20, 391],[21, 392],[22, 393],[23, 394],[24, 389],[25, 389],[26, 389],[27, 394],[28, 379],[29, 378],[30, 380],[31, 380],[32, 379],[33, 381],[34, 380],[35, 381],[36, 382],[37, 386],[38, 390],[224, 395],[225, 396],[226, 397],[227, 398],[228, 399],[229, 400],[230, 401],[231, 402],[232, 403],[233, 404],[234, 405],[235, 406],[236, 407]]) const n9 = t([[0, 0],[1, 1],[2, 408],[3, 409],[4, 410],[5, 411],[6, 412],[7, 413],[8, 414],[9, 415],[10, 416],[11, 417],[12, 418],[13, 419],[14, 420],[15, 421],[16, 422],[17, 423],[18, 424],[19, 425],[20, 426],[21, 427],[22, 428],[23, 429],[24, 424],[25, 424],[26, 424],[27, 429],[28, 414],[29, 413],[30, 415],[31, 415],[32, 414],[33, 416],[34, 415],[35, 416],[36, 417],[37, 421],[38, 425],[224, 430],[225, 431],[226, 432],[227, 433],[228, 434],[229, 435],[230, 436],[231, 437],[232, 438],[233, 439],[234, 440],[235, 441],[236, 442]]) const n10 = t([[0, 0],[1, 1],[2, 2],[3, 216],[4, 217],[5, 218],[6, 219],[7, 7],[8, 7],[9, 443],[10, 444],[11, 445],[12, 446],[13, 447],[14, 448],[15, 449],[16, 450],[17, 451],[18, 452],[19, 453],[20, 454],[21, 455],[22, 456],[23, 457],[24, 452],[25, 452],[26, 452],[27, 457],[28, 7],[29, 7],[30, 443],[31, 443],[32, 7],[33, 444],[34, 443],[35, 444],[36, 445],[37, 449],[38, 453],[224, 458],[225, 459],[226, 460],[227, 461],[228, 462],[229, 463],[230, 326],[231, 327],[232, 328],[233, 329],[234, 330],[235, 331],[236, 464]]) const n11 = t([[0, 0],[1, 1],[2, 465],[3, 466],[4, 467],[5, 468],[6, 469],[7, 470],[8, 471],[9, 472],[10, 473],[11, 474],[12, 475],[13, 476],[14, 477],[15, 478],[16, 479],[17, 480],[18, 481],[19, 482],[20, 483],[21, 484],[22, 485],[23, 486],[24, 481],[25, 481],[26, 481],[27, 486],[28, 471],[29, 470],[30, 472],[31, 472],[32, 471],[33, 473],[34, 472],[35, 473],[36, 474],[37, 478],[38, 482],[224, 487],[225, 488],[226, 489],[227, 490],[228, 491],[229, 492],[230, 493],[231, 494],[232, 495],[233, 496],[234, 497],[235, 498],[236, 499]]) const n12 = t([[0, 0],[1, 1],[2, 500],[3, 501],[4, 502],[5, 503],[6, 504],[7, 505],[8, 506],[9, 507],[10, 508],[11, 509],[12, 510],[13, 511],[14, 512],[15, 513],[16, 514],[17, 515],[18, 516],[19, 517],[20, 518],[21, 519],[22, 520],[23, 521],[24, 516],[25, 516],[26, 516],[27, 521],[28, 506],[29, 505],[30, 507],[31, 507],[32, 506],[33, 508],[34, 507],[35, 508],[36, 509],[37, 513],[38, 517],[224, 522],[225, 523],[226, 524],[227, 525],[228, 526],[229, 527],[230, 528],[231, 529],[232, 530],[233, 531],[234, 532],[235, 533],[236, 534]]) const n13 = t([[0, 0],[1, 1],[2, 535],[3, 536],[4, 537],[5, 538],[6, 539],[7, 540],[8, 541],[9, 542],[10, 543],[11, 544],[12, 545],[13, 546],[14, 547],[15, 548],[16, 549],[17, 550],[18, 551],[19, 552],[20, 553],[21, 554],[22, 555],[23, 556],[24, 551],[25, 551],[26, 551],[27, 556],[28, 541],[29, 540],[30, 542],[31, 542],[32, 541],[33, 543],[34, 542],[35, 543],[36, 544],[37, 548],[38, 552],[224, 557],[225, 558],[226, 559],[227, 560],[228, 561],[229, 562],[230, 563],[231, 564],[232, 565],[233, 566],[234, 567],[235, 568],[236, 569]]) const n14 = t([[0, 0],[1, 1],[2, 570],[3, 571],[4, 572],[5, 573],[6, 574],[7, 575],[8, 576],[9, 577],[10, 578],[11, 579],[12, 580],[13, 581],[14, 582],[15, 583],[16, 584],[17, 585],[18, 586],[19, 587],[20, 588],[21, 589],[22, 590],[23, 591],[24, 586],[25, 586],[26, 586],[27, 591],[28, 576],[29, 575],[30, 577],[31, 577],[32, 576],[33, 578],[34, 577],[35, 578],[36, 579],[37, 583],[38, 587],[224, 592],[225, 593],[226, 594],[227, 595],[228, 596],[229, 597],[230, 598],[231, 599],[232, 600],[233, 601],[234, 602],[235, 603],[236, 604]]) const n15 = t([[0, 0],[1, 1],[2, 605],[3, 606],[4, 607],[5, 608],[6, 609],[7, 610],[8, 611],[9, 612],[10, 613],[11, 614],[12, 615],[13, 616],[14, 617],[15, 618],[16, 619],[17, 620],[18, 621],[19, 622],[20, 623],[21, 624],[22, 625],[23, 626],[24, 621],[25, 621],[26, 621],[27, 626],[28, 611],[29, 610],[30, 612],[31, 612],[32, 611],[33, 613],[34, 612],[35, 613],[36, 614],[37, 618],[38, 622],[224, 627],[225, 628],[226, 629],[227, 630],[228, 631],[229, 632],[230, 633],[231, 634],[232, 635],[233, 636],[234, 637],[235, 638],[236, 639]]) const n16 = t([[0, 0],[1, 1],[2, 640],[3, 641],[4, 642],[5, 643],[6, 644],[7, 645],[8, 646],[9, 647],[10, 13],[11, 648],[12, 649],[13, 650],[14, 196],[15, 651],[16, 652],[17, 653],[18, 654],[19, 655],[20, 656],[21, 657],[22, 658],[23, 659],[24, 654],[25, 654],[26, 654],[27, 659],[28, 646],[29, 645],[30, 647],[31, 647],[32, 646],[33, 13],[34, 647],[35, 13],[36, 648],[37, 651],[38, 655],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[236, 672]]) const n17 = t([[0, 16],[1, 9],[2, 211],[3, 212],[4, 213],[5, 214],[6, 215],[7, 192],[8, 193],[9, 0],[10, 17],[11, 16],[12, 194],[13, 195],[14, 196],[15, 197],[16, 1],[17, 11],[18, 7],[19, 2],[20, 216],[21, 217],[22, 218],[23, 219],[24, 7],[25, 219],[26, 7],[27, 11],[28, 193],[29, 0],[30, 192],[31, 0],[32, 193],[33, 17],[34, 16],[35, 17],[36, 0],[37, 197],[38, 2],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[236, 338]]) const n18 = t([[0, 16],[1, 9],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 23],[26, 18],[27, 17],[28, 8],[29, 9],[30, 7],[31, 9],[32, 8],[33, 10],[34, 11],[35, 10],[36, 9],[37, 15],[38, 19],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[236, 210]]) const n19 = t([[0, 16],[1, 9],[2, 673],[3, 674],[4, 675],[5, 676],[6, 677],[7, 678],[8, 0],[9, 354],[10, 679],[11, 680],[12, 681],[13, 682],[14, 653],[15, 683],[16, 684],[17, 685],[18, 9],[19, 686],[20, 687],[21, 688],[22, 689],[23, 690],[24, 9],[25, 690],[26, 9],[27, 685],[28, 0],[29, 354],[30, 678],[31, 354],[32, 0],[33, 679],[34, 680],[35, 679],[36, 354],[37, 683],[38, 686],[224, 691],[225, 692],[226, 693],[227, 694],[228, 695],[229, 696],[230, 697],[231, 698],[232, 699],[233, 700],[234, 701],[235, 702],[236, 703]]) const n20 = t([[0, 16],[1, 9],[2, 704],[3, 705],[4, 706],[5, 707],[6, 708],[7, 709],[8, 710],[9, 711],[10, 712],[11, 713],[12, 714],[13, 715],[14, 716],[15, 386],[16, 717],[17, 718],[18, 719],[19, 720],[20, 721],[21, 722],[22, 723],[23, 724],[24, 719],[25, 724],[26, 719],[27, 718],[28, 710],[29, 711],[30, 709],[31, 711],[32, 710],[33, 712],[34, 713],[35, 712],[36, 711],[37, 386],[38, 720],[224, 725],[225, 726],[226, 727],[227, 728],[228, 729],[229, 730],[230, 731],[231, 732],[232, 733],[233, 734],[234, 735],[235, 736],[236, 737]]) const n21 = t([[0, 16],[1, 9],[2, 738],[3, 739],[4, 740],[5, 741],[6, 742],[7, 743],[8, 744],[9, 745],[10, 746],[11, 747],[12, 748],[13, 749],[14, 750],[15, 421],[16, 751],[17, 752],[18, 753],[19, 754],[20, 755],[21, 756],[22, 757],[23, 758],[24, 753],[25, 758],[26, 753],[27, 752],[28, 744],[29, 745],[30, 743],[31, 745],[32, 744],[33, 746],[34, 747],[35, 746],[36, 745],[37, 421],[38, 754],[224, 759],[225, 760],[226, 761],[227, 762],[228, 763],[229, 764],[230, 765],[231, 766],[232, 767],[233, 768],[234, 769],[235, 770],[236, 771]]) const n22 = t([[0, 16],[1, 9],[2, 772],[3, 773],[4, 774],[5, 775],[6, 776],[7, 777],[8, 778],[9, 779],[10, 780],[11, 781],[12, 782],[13, 783],[14, 784],[15, 785],[16, 786],[17, 787],[18, 788],[19, 789],[20, 790],[21, 791],[22, 792],[23, 793],[24, 788],[25, 793],[26, 788],[27, 787],[28, 778],[29, 779],[30, 777],[31, 779],[32, 778],[33, 780],[34, 781],[35, 780],[36, 779],[37, 785],[38, 789],[224, 794],[225, 795],[226, 796],[227, 797],[228, 798],[229, 799],[230, 800],[231, 801],[232, 802],[233, 803],[234, 804],[235, 805],[236, 806]]) const n23 = t([[0, 16],[1, 9],[2, 807],[3, 808],[4, 809],[5, 810],[6, 811],[7, 812],[8, 813],[9, 814],[10, 815],[11, 816],[12, 817],[13, 818],[14, 819],[15, 478],[16, 820],[17, 821],[18, 822],[19, 823],[20, 824],[21, 825],[22, 826],[23, 827],[24, 822],[25, 827],[26, 822],[27, 821],[28, 813],[29, 814],[30, 812],[31, 814],[32, 813],[33, 815],[34, 816],[35, 815],[36, 814],[37, 478],[38, 823],[224, 828],[225, 829],[226, 830],[227, 831],[228, 832],[229, 833],[230, 834],[231, 835],[232, 836],[233, 837],[234, 838],[235, 839],[236, 840]]) const n24 = t([[0, 16],[1, 9],[2, 841],[3, 842],[4, 843],[5, 844],[6, 845],[7, 846],[8, 847],[9, 848],[10, 849],[11, 850],[12, 851],[13, 852],[14, 853],[15, 513],[16, 854],[17, 855],[18, 856],[19, 857],[20, 858],[21, 859],[22, 860],[23, 861],[24, 856],[25, 861],[26, 856],[27, 855],[28, 847],[29, 848],[30, 846],[31, 848],[32, 847],[33, 849],[34, 850],[35, 849],[36, 848],[37, 513],[38, 857],[224, 862],[225, 863],[226, 864],[227, 865],[228, 866],[229, 867],[230, 868],[231, 869],[232, 870],[233, 871],[234, 872],[235, 873],[236, 874]]) const n25 = t([[0, 16],[1, 9],[2, 875],[3, 876],[4, 877],[5, 878],[6, 879],[7, 880],[8, 881],[9, 882],[10, 883],[11, 884],[12, 885],[13, 886],[14, 887],[15, 548],[16, 888],[17, 889],[18, 890],[19, 891],[20, 892],[21, 893],[22, 894],[23, 895],[24, 890],[25, 895],[26, 890],[27, 889],[28, 881],[29, 882],[30, 880],[31, 882],[32, 881],[33, 883],[34, 884],[35, 883],[36, 882],[37, 548],[38, 891],[224, 896],[225, 897],[226, 898],[227, 899],[228, 900],[229, 901],[230, 902],[231, 903],[232, 904],[233, 905],[234, 906],[235, 907],[236, 908]]) const n26 = t([[0, 16],[1, 9],[2, 909],[3, 910],[4, 911],[5, 912],[6, 913],[7, 914],[8, 915],[9, 916],[10, 917],[11, 918],[12, 919],[13, 920],[14, 921],[15, 583],[16, 922],[17, 923],[18, 924],[19, 925],[20, 926],[21, 927],[22, 928],[23, 929],[24, 924],[25, 929],[26, 924],[27, 923],[28, 915],[29, 916],[30, 914],[31, 916],[32, 915],[33, 917],[34, 918],[35, 917],[36, 916],[37, 583],[38, 925],[224, 930],[225, 931],[226, 932],[227, 933],[228, 934],[229, 935],[230, 936],[231, 937],[232, 938],[233, 939],[234, 940],[235, 941],[236, 942]]) const n27 = t([[0, 16],[1, 9],[2, 943],[3, 944],[4, 945],[5, 946],[6, 947],[7, 948],[8, 949],[9, 950],[10, 951],[11, 952],[12, 953],[13, 954],[14, 955],[15, 618],[16, 956],[17, 957],[18, 958],[19, 959],[20, 960],[21, 961],[22, 962],[23, 963],[24, 958],[25, 963],[26, 958],[27, 957],[28, 949],[29, 950],[30, 948],[31, 950],[32, 949],[33, 951],[34, 952],[35, 951],[36, 950],[37, 618],[38, 959],[224, 964],[225, 965],[226, 966],[227, 967],[228, 968],[229, 969],[230, 970],[231, 971],[232, 972],[233, 973],[234, 974],[235, 975],[236, 976]]) const n28 = t([[0, 16],[1, 9],[2, 640],[3, 641],[4, 642],[5, 643],[6, 644],[7, 645],[8, 646],[9, 647],[10, 13],[11, 648],[12, 649],[13, 650],[14, 196],[15, 651],[16, 652],[17, 653],[18, 654],[19, 655],[20, 656],[21, 657],[22, 658],[23, 659],[24, 654],[25, 659],[26, 654],[27, 653],[28, 646],[29, 647],[30, 645],[31, 647],[32, 646],[33, 13],[34, 648],[35, 13],[36, 647],[37, 651],[38, 655],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[236, 672]]) const n29 = t([[24, 17],[25, 17],[26, 17],[27, 18],[28, 9],[29, 8],[30, 10],[31, 11],[32, 9],[33, 11],[34, 10],[35, 11],[36, 12],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[3, 3],[4, 4],[5, 5],[6, 6],[236, 210]]) const n30 = t([[24, 17],[25, 17],[26, 17],[27, 18],[28, 10],[29, 9],[30, 11],[31, 13],[32, 10],[33, 12],[34, 11],[35, 12],[36, 13],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[3, 3],[4, 4],[5, 5],[6, 6],[236, 210]]) const n31 = t([[24, 11],[25, 7],[26, 11],[27, 1],[28, 0],[29, 17],[30, 193],[31, 16],[32, 0],[33, 16],[34, 194],[35, 16],[36, 17],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[3, 212],[4, 213],[5, 214],[6, 215],[236, 338]]) const n32 = t([[24, 11],[25, 7],[26, 11],[27, 1],[28, 17],[29, 16],[30, 0],[31, 195],[32, 17],[33, 194],[34, 195],[35, 194],[36, 16],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[3, 212],[4, 213],[5, 214],[6, 215],[236, 338]]) const n33 = t([[0, 1],[1, 0],[2, 2],[3, 212],[4, 213],[5, 214],[6, 215],[7, 7],[8, 11],[9, 1],[10, 197],[11, 196],[12, 195],[13, 194],[14, 16],[15, 17],[16, 0],[17, 193],[18, 192],[19, 211],[20, 977],[21, 978],[22, 979],[23, 980],[24, 192],[25, 192],[26, 192],[27, 980],[28, 11],[29, 7],[30, 1],[31, 1],[32, 11],[33, 197],[34, 1],[35, 197],[36, 196],[37, 17],[38, 211],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[236, 338]]) const n34 = t([[24, 11],[25, 11],[26, 11],[27, 7],[28, 0],[29, 193],[30, 17],[31, 16],[32, 0],[33, 16],[34, 17],[35, 16],[36, 194],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[3, 212],[4, 213],[5, 214],[6, 215],[236, 338]]) const n35 = t([[24, 11],[25, 11],[26, 11],[27, 7],[28, 17],[29, 0],[30, 16],[31, 195],[32, 17],[33, 194],[34, 16],[35, 194],[36, 195],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[3, 212],[4, 213],[5, 214],[6, 215],[236, 338]]) const n36 = t([[0, 1],[1, 0],[2, 19],[3, 3],[4, 4],[5, 5],[6, 6],[7, 18],[8, 17],[9, 16],[10, 15],[11, 14],[12, 13],[13, 12],[14, 11],[15, 10],[16, 9],[17, 8],[18, 7],[19, 2],[20, 216],[21, 217],[22, 218],[23, 219],[24, 7],[25, 7],[26, 7],[27, 219],[28, 17],[29, 18],[30, 16],[31, 16],[32, 17],[33, 15],[34, 16],[35, 15],[36, 14],[37, 10],[38, 2],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[236, 210]]) const n37 = t([[0, 1],[1, 0],[2, 355],[3, 340],[4, 341],[5, 342],[6, 343],[7, 354],[8, 353],[9, 352],[10, 351],[11, 350],[12, 349],[13, 10],[14, 348],[15, 347],[16, 346],[17, 345],[18, 344],[19, 339],[20, 981],[21, 982],[22, 983],[23, 984],[24, 344],[25, 344],[26, 344],[27, 984],[28, 353],[29, 354],[30, 352],[31, 352],[32, 353],[33, 351],[34, 352],[35, 351],[36, 350],[37, 347],[38, 339],[224, 360],[225, 361],[226, 362],[227, 363],[228, 364],[229, 365],[230, 366],[231, 367],[232, 368],[233, 369],[234, 370],[235, 371],[236, 372]]) const n38 = t([[24, 353],[25, 353],[26, 353],[27, 354],[28, 346],[29, 345],[30, 347],[31, 348],[32, 346],[33, 348],[34, 347],[35, 348],[36, 10],[224, 360],[225, 361],[226, 362],[227, 363],[228, 364],[229, 365],[230, 366],[231, 367],[232, 368],[233, 369],[234, 370],[235, 371],[3, 340],[4, 341],[5, 342],[6, 343],[236, 372]]) const n39 = t([[24, 353],[25, 353],[26, 353],[27, 354],[28, 347],[29, 346],[30, 348],[31, 349],[32, 347],[33, 10],[34, 348],[35, 10],[36, 349],[224, 360],[225, 361],[226, 362],[227, 363],[228, 364],[229, 365],[230, 366],[231, 367],[232, 368],[233, 369],[234, 370],[235, 371],[3, 340],[4, 341],[5, 342],[6, 343],[236, 372]]) const n40 = t([[0, 1],[1, 0],[2, 390],[3, 374],[4, 375],[5, 376],[6, 377],[7, 389],[8, 388],[9, 387],[10, 386],[11, 385],[12, 384],[13, 383],[14, 382],[15, 381],[16, 380],[17, 379],[18, 378],[19, 373],[20, 985],[21, 986],[22, 987],[23, 988],[24, 378],[25, 378],[26, 378],[27, 988],[28, 388],[29, 389],[30, 387],[31, 387],[32, 388],[33, 386],[34, 387],[35, 386],[36, 385],[37, 381],[38, 373],[224, 395],[225, 396],[226, 397],[227, 398],[228, 399],[229, 400],[230, 401],[231, 402],[232, 403],[233, 404],[234, 405],[235, 406],[236, 407]]) const n41 = t([[24, 388],[25, 388],[26, 388],[27, 389],[28, 380],[29, 379],[30, 381],[31, 382],[32, 380],[33, 382],[34, 381],[35, 382],[36, 383],[224, 395],[225, 396],[226, 397],[227, 398],[228, 399],[229, 400],[230, 401],[231, 402],[232, 403],[233, 404],[234, 405],[235, 406],[3, 374],[4, 375],[5, 376],[6, 377],[236, 407]]) const n42 = t([[24, 388],[25, 388],[26, 388],[27, 389],[28, 381],[29, 380],[30, 382],[31, 384],[32, 381],[33, 383],[34, 382],[35, 383],[36, 384],[224, 395],[225, 396],[226, 397],[227, 398],[228, 399],[229, 400],[230, 401],[231, 402],[232, 403],[233, 404],[234, 405],[235, 406],[3, 374],[4, 375],[5, 376],[6, 377],[236, 407]]) const n43 = t([[0, 1],[1, 0],[2, 425],[3, 409],[4, 410],[5, 411],[6, 412],[7, 424],[8, 423],[9, 422],[10, 421],[11, 420],[12, 419],[13, 418],[14, 417],[15, 416],[16, 415],[17, 414],[18, 413],[19, 408],[20, 989],[21, 990],[22, 991],[23, 992],[24, 413],[25, 413],[26, 413],[27, 992],[28, 423],[29, 424],[30, 422],[31, 422],[32, 423],[33, 421],[34, 422],[35, 421],[36, 420],[37, 416],[38, 408],[224, 430],[225, 431],[226, 432],[227, 433],[228, 434],[229, 435],[230, 436],[231, 437],[232, 438],[233, 439],[234, 440],[235, 441],[236, 442]]) const n44 = t([[24, 423],[25, 423],[26, 423],[27, 424],[28, 415],[29, 414],[30, 416],[31, 417],[32, 415],[33, 417],[34, 416],[35, 417],[36, 418],[224, 430],[225, 431],[226, 432],[227, 433],[228, 434],[229, 435],[230, 436],[231, 437],[232, 438],[233, 439],[234, 440],[235, 441],[3, 409],[4, 410],[5, 411],[6, 412],[236, 442]]) const n45 = t([[24, 423],[25, 423],[26, 423],[27, 424],[28, 416],[29, 415],[30, 417],[31, 419],[32, 416],[33, 418],[34, 417],[35, 418],[36, 419],[224, 430],[225, 431],[226, 432],[227, 433],[228, 434],[229, 435],[230, 436],[231, 437],[232, 438],[233, 439],[234, 440],[235, 441],[3, 409],[4, 410],[5, 411],[6, 412],[236, 442]]) const n46 = t([[0, 1],[1, 0],[2, 453],[3, 216],[4, 217],[5, 218],[6, 219],[7, 452],[8, 451],[9, 450],[10, 449],[11, 448],[12, 447],[13, 446],[14, 445],[15, 444],[16, 443],[17, 7],[18, 7],[19, 2],[20, 216],[21, 217],[22, 218],[23, 219],[24, 7],[25, 7],[26, 7],[27, 219],[28, 451],[29, 452],[30, 450],[31, 450],[32, 451],[33, 449],[34, 450],[35, 449],[36, 448],[37, 444],[38, 2],[224, 458],[225, 459],[226, 460],[227, 461],[228, 462],[229, 463],[230, 326],[231, 327],[232, 328],[233, 329],[234, 330],[235, 331],[236, 464]]) const n47 = t([[24, 451],[25, 451],[26, 451],[27, 452],[28, 443],[29, 7],[30, 444],[31, 445],[32, 443],[33, 445],[34, 444],[35, 445],[36, 446],[224, 458],[225, 459],[226, 460],[227, 461],[228, 462],[229, 463],[230, 326],[231, 327],[232, 328],[233, 329],[234, 330],[235, 331],[3, 216],[4, 217],[5, 218],[6, 219],[236, 464]]) const n48 = t([[24, 451],[25, 451],[26, 451],[27, 452],[28, 444],[29, 443],[30, 445],[31, 447],[32, 444],[33, 446],[34, 445],[35, 446],[36, 447],[224, 458],[225, 459],[226, 460],[227, 461],[228, 462],[229, 463],[230, 326],[231, 327],[232, 328],[233, 329],[234, 330],[235, 331],[3, 216],[4, 217],[5, 218],[6, 219],[236, 464]]) const n49 = t([[0, 1],[1, 0],[2, 482],[3, 466],[4, 467],[5, 468],[6, 469],[7, 481],[8, 480],[9, 479],[10, 478],[11, 477],[12, 476],[13, 475],[14, 474],[15, 473],[16, 472],[17, 471],[18, 470],[19, 465],[20, 993],[21, 994],[22, 995],[23, 996],[24, 470],[25, 470],[26, 470],[27, 996],[28, 480],[29, 481],[30, 479],[31, 479],[32, 480],[33, 478],[34, 479],[35, 478],[36, 477],[37, 473],[38, 465],[224, 487],[225, 488],[226, 489],[227, 490],[228, 491],[229, 492],[230, 493],[231, 494],[232, 495],[233, 496],[234, 497],[235, 498],[236, 499]]) const n50 = t([[24, 480],[25, 480],[26, 480],[27, 481],[28, 472],[29, 471],[30, 473],[31, 474],[32, 472],[33, 474],[34, 473],[35, 474],[36, 475],[224, 487],[225, 488],[226, 489],[227, 490],[228, 491],[229, 492],[230, 493],[231, 494],[232, 495],[233, 496],[234, 497],[235, 498],[3, 466],[4, 467],[5, 468],[6, 469],[236, 499]]) const n51 = t([[24, 480],[25, 480],[26, 480],[27, 481],[28, 473],[29, 472],[30, 474],[31, 476],[32, 473],[33, 475],[34, 474],[35, 475],[36, 476],[224, 487],[225, 488],[226, 489],[227, 490],[228, 491],[229, 492],[230, 493],[231, 494],[232, 495],[233, 496],[234, 497],[235, 498],[3, 466],[4, 467],[5, 468],[6, 469],[236, 499]]) const n52 = t([[0, 1],[1, 0],[2, 517],[3, 501],[4, 502],[5, 503],[6, 504],[7, 516],[8, 515],[9, 514],[10, 513],[11, 512],[12, 511],[13, 510],[14, 509],[15, 508],[16, 507],[17, 506],[18, 505],[19, 500],[20, 997],[21, 998],[22, 999],[23, 1000],[24, 505],[25, 505],[26, 505],[27, 1000],[28, 515],[29, 516],[30, 514],[31, 514],[32, 515],[33, 513],[34, 514],[35, 513],[36, 512],[37, 508],[38, 500],[224, 522],[225, 523],[226, 524],[227, 525],[228, 526],[229, 527],[230, 528],[231, 529],[232, 530],[233, 531],[234, 532],[235, 533],[236, 534]]) const n53 = t([[24, 515],[25, 515],[26, 515],[27, 516],[28, 507],[29, 506],[30, 508],[31, 509],[32, 507],[33, 509],[34, 508],[35, 509],[36, 510],[224, 522],[225, 523],[226, 524],[227, 525],[228, 526],[229, 527],[230, 528],[231, 529],[232, 530],[233, 531],[234, 532],[235, 533],[3, 501],[4, 502],[5, 503],[6, 504],[236, 534]]) const n54 = t([[24, 515],[25, 515],[26, 515],[27, 516],[28, 508],[29, 507],[30, 509],[31, 511],[32, 508],[33, 510],[34, 509],[35, 510],[36, 511],[224, 522],[225, 523],[226, 524],[227, 525],[228, 526],[229, 527],[230, 528],[231, 529],[232, 530],[233, 531],[234, 532],[235, 533],[3, 501],[4, 502],[5, 503],[6, 504],[236, 534]]) const n55 = t([[0, 1],[1, 0],[2, 552],[3, 536],[4, 537],[5, 538],[6, 539],[7, 551],[8, 550],[9, 549],[10, 548],[11, 547],[12, 546],[13, 545],[14, 544],[15, 543],[16, 542],[17, 541],[18, 540],[19, 535],[20, 1001],[21, 1002],[22, 1003],[23, 1004],[24, 540],[25, 540],[26, 540],[27, 1004],[28, 550],[29, 551],[30, 549],[31, 549],[32, 550],[33, 548],[34, 549],[35, 548],[36, 547],[37, 543],[38, 535],[224, 557],[225, 558],[226, 559],[227, 560],[228, 561],[229, 562],[230, 563],[231, 564],[232, 565],[233, 566],[234, 567],[235, 568],[236, 569]]) const n56 = t([[24, 550],[25, 550],[26, 550],[27, 551],[28, 542],[29, 541],[30, 543],[31, 544],[32, 542],[33, 544],[34, 543],[35, 544],[36, 545],[224, 557],[225, 558],[226, 559],[227, 560],[228, 561],[229, 562],[230, 563],[231, 564],[232, 565],[233, 566],[234, 567],[235, 568],[3, 536],[4, 537],[5, 538],[6, 539],[236, 569]]) const n57 = t([[24, 550],[25, 550],[26, 550],[27, 551],[28, 543],[29, 542],[30, 544],[31, 546],[32, 543],[33, 545],[34, 544],[35, 545],[36, 546],[224, 557],[225, 558],[226, 559],[227, 560],[228, 561],[229, 562],[230, 563],[231, 564],[232, 565],[233, 566],[234, 567],[235, 568],[3, 536],[4, 537],[5, 538],[6, 539],[236, 569]]) const n58 = t([[0, 1],[1, 0],[2, 587],[3, 571],[4, 572],[5, 573],[6, 574],[7, 586],[8, 585],[9, 584],[10, 583],[11, 582],[12, 581],[13, 580],[14, 579],[15, 578],[16, 577],[17, 576],[18, 575],[19, 570],[20, 1005],[21, 1006],[22, 1007],[23, 1008],[24, 575],[25, 575],[26, 575],[27, 1008],[28, 585],[29, 586],[30, 584],[31, 584],[32, 585],[33, 583],[34, 584],[35, 583],[36, 582],[37, 578],[38, 570],[224, 592],[225, 593],[226, 594],[227, 595],[228, 596],[229, 597],[230, 598],[231, 599],[232, 600],[233, 601],[234, 602],[235, 603],[236, 604]]) const n59 = t([[24, 585],[25, 585],[26, 585],[27, 586],[28, 577],[29, 576],[30, 578],[31, 579],[32, 577],[33, 579],[34, 578],[35, 579],[36, 580],[224, 592],[225, 593],[226, 594],[227, 595],[228, 596],[229, 597],[230, 598],[231, 599],[232, 600],[233, 601],[234, 602],[235, 603],[3, 571],[4, 572],[5, 573],[6, 574],[236, 604]]) const n60 = t([[24, 585],[25, 585],[26, 585],[27, 586],[28, 578],[29, 577],[30, 579],[31, 581],[32, 578],[33, 580],[34, 579],[35, 580],[36, 581],[224, 592],[225, 593],[226, 594],[227, 595],[228, 596],[229, 597],[230, 598],[231, 599],[232, 600],[233, 601],[234, 602],[235, 603],[3, 571],[4, 572],[5, 573],[6, 574],[236, 604]]) const n61 = t([[0, 1],[1, 0],[2, 622],[3, 606],[4, 607],[5, 608],[6, 609],[7, 621],[8, 620],[9, 619],[10, 618],[11, 617],[12, 616],[13, 615],[14, 614],[15, 613],[16, 612],[17, 611],[18, 610],[19, 605],[20, 1009],[21, 1010],[22, 1011],[23, 1012],[24, 610],[25, 610],[26, 610],[27, 1012],[28, 620],[29, 621],[30, 619],[31, 619],[32, 620],[33, 618],[34, 619],[35, 618],[36, 617],[37, 613],[38, 605],[224, 627],[225, 628],[226, 629],[227, 630],[228, 631],[229, 632],[230, 633],[231, 634],[232, 635],[233, 636],[234, 637],[235, 638],[236, 639]]) const n62 = t([[24, 620],[25, 620],[26, 620],[27, 621],[28, 612],[29, 611],[30, 613],[31, 614],[32, 612],[33, 614],[34, 613],[35, 614],[36, 615],[224, 627],[225, 628],[226, 629],[227, 630],[228, 631],[229, 632],[230, 633],[231, 634],[232, 635],[233, 636],[234, 637],[235, 638],[3, 606],[4, 607],[5, 608],[6, 609],[236, 639]]) const n63 = t([[24, 620],[25, 620],[26, 620],[27, 621],[28, 613],[29, 612],[30, 614],[31, 616],[32, 613],[33, 615],[34, 614],[35, 615],[36, 616],[224, 627],[225, 628],[226, 629],[227, 630],[228, 631],[229, 632],[230, 633],[231, 634],[232, 635],[233, 636],[234, 637],[235, 638],[3, 606],[4, 607],[5, 608],[6, 609],[236, 639]]) const n64 = t([[0, 1],[1, 0],[2, 655],[3, 641],[4, 642],[5, 643],[6, 644],[7, 654],[8, 653],[9, 652],[10, 651],[11, 196],[12, 650],[13, 649],[14, 648],[15, 13],[16, 647],[17, 646],[18, 645],[19, 640],[20, 1013],[21, 1014],[22, 1015],[23, 1016],[24, 645],[25, 645],[26, 645],[27, 1016],[28, 653],[29, 654],[30, 652],[31, 652],[32, 653],[33, 651],[34, 652],[35, 651],[36, 196],[37, 13],[38, 640],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[236, 672]]) const n65 = t([[24, 653],[25, 653],[26, 653],[27, 654],[28, 647],[29, 646],[30, 13],[31, 648],[32, 647],[33, 648],[34, 13],[35, 648],[36, 649],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[3, 641],[4, 642],[5, 643],[6, 644],[236, 672]]) const n66 = t([[24, 653],[25, 653],[26, 653],[27, 654],[28, 13],[29, 647],[30, 648],[31, 650],[32, 13],[33, 649],[34, 648],[35, 649],[36, 650],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[3, 641],[4, 642],[5, 643],[6, 644],[236, 672]]) const n67 = t([[0, 9],[1, 16],[2, 2],[3, 212],[4, 213],[5, 214],[6, 215],[7, 7],[8, 11],[9, 1],[10, 197],[11, 196],[12, 195],[13, 194],[14, 16],[15, 17],[16, 0],[17, 193],[18, 192],[19, 211],[20, 977],[21, 978],[22, 979],[23, 980],[24, 192],[25, 980],[26, 192],[27, 193],[28, 11],[29, 1],[30, 7],[31, 1],[32, 11],[33, 197],[34, 196],[35, 197],[36, 1],[37, 17],[38, 211],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[236, 338]]) const n68 = t([[0, 9],[1, 16],[2, 19],[3, 3],[4, 4],[5, 5],[6, 6],[7, 18],[8, 17],[9, 16],[10, 15],[11, 14],[12, 13],[13, 12],[14, 11],[15, 10],[16, 9],[17, 8],[18, 7],[19, 2],[20, 216],[21, 217],[22, 218],[23, 219],[24, 7],[25, 219],[26, 7],[27, 8],[28, 17],[29, 16],[30, 18],[31, 16],[32, 17],[33, 15],[34, 14],[35, 15],[36, 16],[37, 10],[38, 2],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[236, 210]]) const n69 = t([[24, 17],[25, 18],[26, 17],[27, 16],[28, 9],[29, 10],[30, 8],[31, 11],[32, 9],[33, 11],[34, 12],[35, 11],[36, 10],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[3, 3],[4, 4],[5, 5],[6, 6],[236, 210]]) const n70 = t([[24, 17],[25, 18],[26, 17],[27, 16],[28, 10],[29, 11],[30, 9],[31, 13],[32, 10],[33, 12],[34, 13],[35, 12],[36, 11],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[3, 3],[4, 4],[5, 5],[6, 6],[236, 210]]) const n71 = t([[0, 9],[1, 16],[2, 686],[3, 674],[4, 675],[5, 676],[6, 677],[7, 9],[8, 685],[9, 684],[10, 683],[11, 653],[12, 682],[13, 681],[14, 680],[15, 679],[16, 354],[17, 0],[18, 678],[19, 673],[20, 1017],[21, 1018],[22, 1019],[23, 1020],[24, 678],[25, 1020],[26, 678],[27, 0],[28, 685],[29, 684],[30, 9],[31, 684],[32, 685],[33, 683],[34, 653],[35, 683],[36, 684],[37, 679],[38, 673],[224, 691],[225, 692],[226, 693],[227, 694],[228, 695],[229, 696],[230, 697],[231, 698],[232, 699],[233, 700],[234, 701],[235, 702],[236, 703]]) const n72 = t([[24, 685],[25, 9],[26, 685],[27, 684],[28, 354],[29, 679],[30, 0],[31, 680],[32, 354],[33, 680],[34, 681],[35, 680],[36, 679],[224, 691],[225, 692],[226, 693],[227, 694],[228, 695],[229, 696],[230, 697],[231, 698],[232, 699],[233, 700],[234, 701],[235, 702],[3, 674],[4, 675],[5, 676],[6, 677],[236, 703]]) const n73 = t([[24, 685],[25, 9],[26, 685],[27, 684],[28, 679],[29, 680],[30, 354],[31, 682],[32, 679],[33, 681],[34, 682],[35, 681],[36, 680],[224, 691],[225, 692],[226, 693],[227, 694],[228, 695],[229, 696],[230, 697],[231, 698],[232, 699],[233, 700],[234, 701],[235, 702],[3, 674],[4, 675],[5, 676],[6, 677],[236, 703]]) const n74 = t([[0, 9],[1, 16],[2, 720],[3, 705],[4, 706],[5, 707],[6, 708],[7, 719],[8, 718],[9, 717],[10, 386],[11, 716],[12, 715],[13, 714],[14, 713],[15, 712],[16, 711],[17, 710],[18, 709],[19, 704],[20, 1021],[21, 1022],[22, 1023],[23, 1024],[24, 709],[25, 1024],[26, 709],[27, 710],[28, 718],[29, 717],[30, 719],[31, 717],[32, 718],[33, 386],[34, 716],[35, 386],[36, 717],[37, 712],[38, 704],[224, 725],[225, 726],[226, 727],[227, 728],[228, 729],[229, 730],[230, 731],[231, 732],[232, 733],[233, 734],[234, 735],[235, 736],[236, 737]]) const n75 = t([[24, 718],[25, 719],[26, 718],[27, 717],[28, 711],[29, 712],[30, 710],[31, 713],[32, 711],[33, 713],[34, 714],[35, 713],[36, 712],[224, 725],[225, 726],[226, 727],[227, 728],[228, 729],[229, 730],[230, 731],[231, 732],[232, 733],[233, 734],[234, 735],[235, 736],[3, 705],[4, 706],[5, 707],[6, 708],[236, 737]]) const n76 = t([[24, 718],[25, 719],[26, 718],[27, 717],[28, 712],[29, 713],[30, 711],[31, 715],[32, 712],[33, 714],[34, 715],[35, 714],[36, 713],[224, 725],[225, 726],[226, 727],[227, 728],[228, 729],[229, 730],[230, 731],[231, 732],[232, 733],[233, 734],[234, 735],[235, 736],[3, 705],[4, 706],[5, 707],[6, 708],[236, 737]]) const n77 = t([[0, 9],[1, 16],[2, 754],[3, 739],[4, 740],[5, 741],[6, 742],[7, 753],[8, 752],[9, 751],[10, 421],[11, 750],[12, 749],[13, 748],[14, 747],[15, 746],[16, 745],[17, 744],[18, 743],[19, 738],[20, 1025],[21, 1026],[22, 1027],[23, 1028],[24, 743],[25, 1028],[26, 743],[27, 744],[28, 752],[29, 751],[30, 753],[31, 751],[32, 752],[33, 421],[34, 750],[35, 421],[36, 751],[37, 746],[38, 738],[224, 759],[225, 760],[226, 761],[227, 762],[228, 763],[229, 764],[230, 765],[231, 766],[232, 767],[233, 768],[234, 769],[235, 770],[236, 771]]) const n78 = t([[24, 752],[25, 753],[26, 752],[27, 751],[28, 745],[29, 746],[30, 744],[31, 747],[32, 745],[33, 747],[34, 748],[35, 747],[36, 746],[224, 759],[225, 760],[226, 761],[227, 762],[228, 763],[229, 764],[230, 765],[231, 766],[232, 767],[233, 768],[234, 769],[235, 770],[3, 739],[4, 740],[5, 741],[6, 742],[236, 771]]) const n79 = t([[24, 752],[25, 753],[26, 752],[27, 751],[28, 746],[29, 747],[30, 745],[31, 749],[32, 746],[33, 748],[34, 749],[35, 748],[36, 747],[224, 759],[225, 760],[226, 761],[227, 762],[228, 763],[229, 764],[230, 765],[231, 766],[232, 767],[233, 768],[234, 769],[235, 770],[3, 739],[4, 740],[5, 741],[6, 742],[236, 771]]) const n80 = t([[0, 9],[1, 16],[2, 789],[3, 773],[4, 774],[5, 775],[6, 776],[7, 788],[8, 787],[9, 786],[10, 785],[11, 784],[12, 783],[13, 782],[14, 781],[15, 780],[16, 779],[17, 778],[18, 777],[19, 772],[20, 1029],[21, 1030],[22, 1031],[23, 1032],[24, 777],[25, 1032],[26, 777],[27, 778],[28, 787],[29, 786],[30, 788],[31, 786],[32, 787],[33, 785],[34, 784],[35, 785],[36, 786],[37, 780],[38, 772],[224, 794],[225, 795],[226, 796],[227, 797],[228, 798],[229, 799],[230, 800],[231, 801],[232, 802],[233, 803],[234, 804],[235, 805],[236, 806]]) const n81 = t([[24, 787],[25, 788],[26, 787],[27, 786],[28, 779],[29, 780],[30, 778],[31, 781],[32, 779],[33, 781],[34, 782],[35, 781],[36, 780],[224, 794],[225, 795],[226, 796],[227, 797],[228, 798],[229, 799],[230, 800],[231, 801],[232, 802],[233, 803],[234, 804],[235, 805],[3, 773],[4, 774],[5, 775],[6, 776],[236, 806]]) const n82 = t([[24, 787],[25, 788],[26, 787],[27, 786],[28, 780],[29, 781],[30, 779],[31, 783],[32, 780],[33, 782],[34, 783],[35, 782],[36, 781],[224, 794],[225, 795],[226, 796],[227, 797],[228, 798],[229, 799],[230, 800],[231, 801],[232, 802],[233, 803],[234, 804],[235, 805],[3, 773],[4, 774],[5, 775],[6, 776],[236, 806]]) const n83 = t([[0, 9],[1, 16],[2, 823],[3, 808],[4, 809],[5, 810],[6, 811],[7, 822],[8, 821],[9, 820],[10, 478],[11, 819],[12, 818],[13, 817],[14, 816],[15, 815],[16, 814],[17, 813],[18, 812],[19, 807],[20, 1033],[21, 1034],[22, 1035],[23, 1036],[24, 812],[25, 1036],[26, 812],[27, 813],[28, 821],[29, 820],[30, 822],[31, 820],[32, 821],[33, 478],[34, 819],[35, 478],[36, 820],[37, 815],[38, 807],[224, 828],[225, 829],[226, 830],[227, 831],[228, 832],[229, 833],[230, 834],[231, 835],[232, 836],[233, 837],[234, 838],[235, 839],[236, 840]]) const n84 = t([[24, 821],[25, 822],[26, 821],[27, 820],[28, 814],[29, 815],[30, 813],[31, 816],[32, 814],[33, 816],[34, 817],[35, 816],[36, 815],[224, 828],[225, 829],[226, 830],[227, 831],[228, 832],[229, 833],[230, 834],[231, 835],[232, 836],[233, 837],[234, 838],[235, 839],[3, 808],[4, 809],[5, 810],[6, 811],[236, 840]]) const n85 = t([[24, 821],[25, 822],[26, 821],[27, 820],[28, 815],[29, 816],[30, 814],[31, 818],[32, 815],[33, 817],[34, 818],[35, 817],[36, 816],[224, 828],[225, 829],[226, 830],[227, 831],[228, 832],[229, 833],[230, 834],[231, 835],[232, 836],[233, 837],[234, 838],[235, 839],[3, 808],[4, 809],[5, 810],[6, 811],[236, 840]]) const n86 = t([[0, 9],[1, 16],[2, 857],[3, 842],[4, 843],[5, 844],[6, 845],[7, 856],[8, 855],[9, 854],[10, 513],[11, 853],[12, 852],[13, 851],[14, 850],[15, 849],[16, 848],[17, 847],[18, 846],[19, 841],[20, 1037],[21, 1038],[22, 1039],[23, 1040],[24, 846],[25, 1040],[26, 846],[27, 847],[28, 855],[29, 854],[30, 856],[31, 854],[32, 855],[33, 513],[34, 853],[35, 513],[36, 854],[37, 849],[38, 841],[224, 862],[225, 863],[226, 864],[227, 865],[228, 866],[229, 867],[230, 868],[231, 869],[232, 870],[233, 871],[234, 872],[235, 873],[236, 874]]) const n87 = t([[24, 855],[25, 856],[26, 855],[27, 854],[28, 848],[29, 849],[30, 847],[31, 850],[32, 848],[33, 850],[34, 851],[35, 850],[36, 849],[224, 862],[225, 863],[226, 864],[227, 865],[228, 866],[229, 867],[230, 868],[231, 869],[232, 870],[233, 871],[234, 872],[235, 873],[3, 842],[4, 843],[5, 844],[6, 845],[236, 874]]) const n88 = t([[24, 855],[25, 856],[26, 855],[27, 854],[28, 849],[29, 850],[30, 848],[31, 852],[32, 849],[33, 851],[34, 852],[35, 851],[36, 850],[224, 862],[225, 863],[226, 864],[227, 865],[228, 866],[229, 867],[230, 868],[231, 869],[232, 870],[233, 871],[234, 872],[235, 873],[3, 842],[4, 843],[5, 844],[6, 845],[236, 874]]) const n89 = t([[0, 9],[1, 16],[2, 891],[3, 876],[4, 877],[5, 878],[6, 879],[7, 890],[8, 889],[9, 888],[10, 548],[11, 887],[12, 886],[13, 885],[14, 884],[15, 883],[16, 882],[17, 881],[18, 880],[19, 875],[20, 1041],[21, 1042],[22, 1043],[23, 1044],[24, 880],[25, 1044],[26, 880],[27, 881],[28, 889],[29, 888],[30, 890],[31, 888],[32, 889],[33, 548],[34, 887],[35, 548],[36, 888],[37, 883],[38, 875],[224, 896],[225, 897],[226, 898],[227, 899],[228, 900],[229, 901],[230, 902],[231, 903],[232, 904],[233, 905],[234, 906],[235, 907],[236, 908]]) const n90 = t([[24, 889],[25, 890],[26, 889],[27, 888],[28, 882],[29, 883],[30, 881],[31, 884],[32, 882],[33, 884],[34, 885],[35, 884],[36, 883],[224, 896],[225, 897],[226, 898],[227, 899],[228, 900],[229, 901],[230, 902],[231, 903],[232, 904],[233, 905],[234, 906],[235, 907],[3, 876],[4, 877],[5, 878],[6, 879],[236, 908]]) const n91 = t([[24, 889],[25, 890],[26, 889],[27, 888],[28, 883],[29, 884],[30, 882],[31, 886],[32, 883],[33, 885],[34, 886],[35, 885],[36, 884],[224, 896],[225, 897],[226, 898],[227, 899],[228, 900],[229, 901],[230, 902],[231, 903],[232, 904],[233, 905],[234, 906],[235, 907],[3, 876],[4, 877],[5, 878],[6, 879],[236, 908]]) const n92 = t([[0, 9],[1, 16],[2, 925],[3, 910],[4, 911],[5, 912],[6, 913],[7, 924],[8, 923],[9, 922],[10, 583],[11, 921],[12, 920],[13, 919],[14, 918],[15, 917],[16, 916],[17, 915],[18, 914],[19, 909],[20, 1045],[21, 1046],[22, 1047],[23, 1048],[24, 914],[25, 1048],[26, 914],[27, 915],[28, 923],[29, 922],[30, 924],[31, 922],[32, 923],[33, 583],[34, 921],[35, 583],[36, 922],[37, 917],[38, 909],[224, 930],[225, 931],[226, 932],[227, 933],[228, 934],[229, 935],[230, 936],[231, 937],[232, 938],[233, 939],[234, 940],[235, 941],[236, 942]]) const n93 = t([[24, 923],[25, 924],[26, 923],[27, 922],[28, 916],[29, 917],[30, 915],[31, 918],[32, 916],[33, 918],[34, 919],[35, 918],[36, 917],[224, 930],[225, 931],[226, 932],[227, 933],[228, 934],[229, 935],[230, 936],[231, 937],[232, 938],[233, 939],[234, 940],[235, 941],[3, 910],[4, 911],[5, 912],[6, 913],[236, 942]]) const n94 = t([[24, 923],[25, 924],[26, 923],[27, 922],[28, 917],[29, 918],[30, 916],[31, 920],[32, 917],[33, 919],[34, 920],[35, 919],[36, 918],[224, 930],[225, 931],[226, 932],[227, 933],[228, 934],[229, 935],[230, 936],[231, 937],[232, 938],[233, 939],[234, 940],[235, 941],[3, 910],[4, 911],[5, 912],[6, 913],[236, 942]]) const n95 = t([[0, 9],[1, 16],[2, 959],[3, 944],[4, 945],[5, 946],[6, 947],[7, 958],[8, 957],[9, 956],[10, 618],[11, 955],[12, 954],[13, 953],[14, 952],[15, 951],[16, 950],[17, 949],[18, 948],[19, 943],[20, 1049],[21, 1050],[22, 1051],[23, 1052],[24, 948],[25, 1052],[26, 948],[27, 949],[28, 957],[29, 956],[30, 958],[31, 956],[32, 957],[33, 618],[34, 955],[35, 618],[36, 956],[37, 951],[38, 943],[224, 964],[225, 965],[226, 966],[227, 967],[228, 968],[229, 969],[230, 970],[231, 971],[232, 972],[233, 973],[234, 974],[235, 975],[236, 976]]) const n96 = t([[24, 957],[25, 958],[26, 957],[27, 956],[28, 950],[29, 951],[30, 949],[31, 952],[32, 950],[33, 952],[34, 953],[35, 952],[36, 951],[224, 964],[225, 965],[226, 966],[227, 967],[228, 968],[229, 969],[230, 970],[231, 971],[232, 972],[233, 973],[234, 974],[235, 975],[3, 944],[4, 945],[5, 946],[6, 947],[236, 976]]) const n97 = t([[24, 957],[25, 958],[26, 957],[27, 956],[28, 951],[29, 952],[30, 950],[31, 954],[32, 951],[33, 953],[34, 954],[35, 953],[36, 952],[224, 964],[225, 965],[226, 966],[227, 967],[228, 968],[229, 969],[230, 970],[231, 971],[232, 972],[233, 973],[234, 974],[235, 975],[3, 944],[4, 945],[5, 946],[6, 947],[236, 976]]) const n98 = t([[0, 9],[1, 16],[2, 655],[3, 641],[4, 642],[5, 643],[6, 644],[7, 654],[8, 653],[9, 652],[10, 651],[11, 196],[12, 650],[13, 649],[14, 648],[15, 13],[16, 647],[17, 646],[18, 645],[19, 640],[20, 1013],[21, 1014],[22, 1015],[23, 1016],[24, 645],[25, 1016],[26, 645],[27, 646],[28, 653],[29, 652],[30, 654],[31, 652],[32, 653],[33, 651],[34, 196],[35, 651],[36, 652],[37, 13],[38, 640],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[236, 672]]) const n99 = t([[24, 653],[25, 654],[26, 653],[27, 652],[28, 647],[29, 13],[30, 646],[31, 648],[32, 647],[33, 648],[34, 649],[35, 648],[36, 13],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[3, 641],[4, 642],[5, 643],[6, 644],[236, 672]]) const n100 = t([[24, 653],[25, 654],[26, 653],[27, 652],[28, 13],[29, 648],[30, 647],[31, 650],[32, 13],[33, 649],[34, 650],[35, 649],[36, 648],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[3, 641],[4, 642],[5, 643],[6, 644],[236, 672]]) const n101 = t([[24, 17],[25, 17],[26, 17],[27, 18],[28, 12],[29, 11],[30, 13],[31, 17],[32, 12],[33, 14],[34, 13],[35, 14],[36, 15],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[3, 3],[4, 4],[5, 5],[6, 6],[236, 210]]) const n102 = t([[24, 11],[25, 7],[26, 11],[27, 1],[28, 194],[29, 195],[30, 16],[31, 11],[32, 194],[33, 196],[34, 197],[35, 196],[36, 195],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[3, 212],[4, 213],[5, 214],[6, 215],[236, 338]]) const n103 = t([[24, 11],[25, 11],[26, 11],[27, 7],[28, 194],[29, 16],[30, 195],[31, 11],[32, 194],[33, 196],[34, 195],[35, 196],[36, 197],[224, 326],[225, 327],[226, 328],[227, 329],[228, 330],[229, 331],[230, 332],[231, 333],[232, 334],[233, 335],[234, 336],[235, 337],[3, 212],[4, 213],[5, 214],[6, 215],[236, 338]]) const n104 = t([[24, 353],[25, 353],[26, 353],[27, 354],[28, 10],[29, 348],[30, 349],[31, 353],[32, 10],[33, 350],[34, 349],[35, 350],[36, 351],[224, 360],[225, 361],[226, 362],[227, 363],[228, 364],[229, 365],[230, 366],[231, 367],[232, 368],[233, 369],[234, 370],[235, 371],[3, 340],[4, 341],[5, 342],[6, 343],[236, 372]]) const n105 = t([[24, 388],[25, 388],[26, 388],[27, 389],[28, 383],[29, 382],[30, 384],[31, 388],[32, 383],[33, 385],[34, 384],[35, 385],[36, 386],[224, 395],[225, 396],[226, 397],[227, 398],[228, 399],[229, 400],[230, 401],[231, 402],[232, 403],[233, 404],[234, 405],[235, 406],[3, 374],[4, 375],[5, 376],[6, 377],[236, 407]]) const n106 = t([[24, 423],[25, 423],[26, 423],[27, 424],[28, 418],[29, 417],[30, 419],[31, 423],[32, 418],[33, 420],[34, 419],[35, 420],[36, 421],[224, 430],[225, 431],[226, 432],[227, 433],[228, 434],[229, 435],[230, 436],[231, 437],[232, 438],[233, 439],[234, 440],[235, 441],[3, 409],[4, 410],[5, 411],[6, 412],[236, 442]]) const n107 = t([[24, 451],[25, 451],[26, 451],[27, 452],[28, 446],[29, 445],[30, 447],[31, 451],[32, 446],[33, 448],[34, 447],[35, 448],[36, 449],[224, 458],[225, 459],[226, 460],[227, 461],[228, 462],[229, 463],[230, 326],[231, 327],[232, 328],[233, 329],[234, 330],[235, 331],[3, 216],[4, 217],[5, 218],[6, 219],[236, 464]]) const n108 = t([[24, 480],[25, 480],[26, 480],[27, 481],[28, 475],[29, 474],[30, 476],[31, 480],[32, 475],[33, 477],[34, 476],[35, 477],[36, 478],[224, 487],[225, 488],[226, 489],[227, 490],[228, 491],[229, 492],[230, 493],[231, 494],[232, 495],[233, 496],[234, 497],[235, 498],[3, 466],[4, 467],[5, 468],[6, 469],[236, 499]]) const n109 = t([[24, 515],[25, 515],[26, 515],[27, 516],[28, 510],[29, 509],[30, 511],[31, 515],[32, 510],[33, 512],[34, 511],[35, 512],[36, 513],[224, 522],[225, 523],[226, 524],[227, 525],[228, 526],[229, 527],[230, 528],[231, 529],[232, 530],[233, 531],[234, 532],[235, 533],[3, 501],[4, 502],[5, 503],[6, 504],[236, 534]]) const n110 = t([[24, 550],[25, 550],[26, 550],[27, 551],[28, 545],[29, 544],[30, 546],[31, 550],[32, 545],[33, 547],[34, 546],[35, 547],[36, 548],[224, 557],[225, 558],[226, 559],[227, 560],[228, 561],[229, 562],[230, 563],[231, 564],[232, 565],[233, 566],[234, 567],[235, 568],[3, 536],[4, 537],[5, 538],[6, 539],[236, 569]]) const n111 = t([[24, 585],[25, 585],[26, 585],[27, 586],[28, 580],[29, 579],[30, 581],[31, 585],[32, 580],[33, 582],[34, 581],[35, 582],[36, 583],[224, 592],[225, 593],[226, 594],[227, 595],[228, 596],[229, 597],[230, 598],[231, 599],[232, 600],[233, 601],[234, 602],[235, 603],[3, 571],[4, 572],[5, 573],[6, 574],[236, 604]]) const n112 = t([[24, 620],[25, 620],[26, 620],[27, 621],[28, 615],[29, 614],[30, 616],[31, 620],[32, 615],[33, 617],[34, 616],[35, 617],[36, 618],[224, 627],[225, 628],[226, 629],[227, 630],[228, 631],[229, 632],[230, 633],[231, 634],[232, 635],[233, 636],[234, 637],[235, 638],[3, 606],[4, 607],[5, 608],[6, 609],[236, 639]]) const n113 = t([[24, 653],[25, 653],[26, 653],[27, 654],[28, 649],[29, 648],[30, 650],[31, 653],[32, 649],[33, 196],[34, 650],[35, 196],[36, 651],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[3, 641],[4, 642],[5, 643],[6, 644],[236, 672]]) const n114 = t([[24, 17],[25, 18],[26, 17],[27, 16],[28, 12],[29, 13],[30, 11],[31, 17],[32, 12],[33, 14],[34, 15],[35, 14],[36, 13],[224, 198],[225, 199],[226, 200],[227, 201],[228, 202],[229, 203],[230, 204],[231, 205],[232, 206],[233, 207],[234, 208],[235, 209],[3, 3],[4, 4],[5, 5],[6, 6],[236, 210]]) const n115 = t([[24, 685],[25, 9],[26, 685],[27, 684],[28, 681],[29, 682],[30, 680],[31, 685],[32, 681],[33, 653],[34, 683],[35, 653],[36, 682],[224, 691],[225, 692],[226, 693],[227, 694],[228, 695],[229, 696],[230, 697],[231, 698],[232, 699],[233, 700],[234, 701],[235, 702],[3, 674],[4, 675],[5, 676],[6, 677],[236, 703]]) const n116 = t([[24, 718],[25, 719],[26, 718],[27, 717],[28, 714],[29, 715],[30, 713],[31, 718],[32, 714],[33, 716],[34, 386],[35, 716],[36, 715],[224, 725],[225, 726],[226, 727],[227, 728],[228, 729],[229, 730],[230, 731],[231, 732],[232, 733],[233, 734],[234, 735],[235, 736],[3, 705],[4, 706],[5, 707],[6, 708],[236, 737]]) const n117 = t([[24, 752],[25, 753],[26, 752],[27, 751],[28, 748],[29, 749],[30, 747],[31, 752],[32, 748],[33, 750],[34, 421],[35, 750],[36, 749],[224, 759],[225, 760],[226, 761],[227, 762],[228, 763],[229, 764],[230, 765],[231, 766],[232, 767],[233, 768],[234, 769],[235, 770],[3, 739],[4, 740],[5, 741],[6, 742],[236, 771]]) const n118 = t([[24, 787],[25, 788],[26, 787],[27, 786],[28, 782],[29, 783],[30, 781],[31, 787],[32, 782],[33, 784],[34, 785],[35, 784],[36, 783],[224, 794],[225, 795],[226, 796],[227, 797],[228, 798],[229, 799],[230, 800],[231, 801],[232, 802],[233, 803],[234, 804],[235, 805],[3, 773],[4, 774],[5, 775],[6, 776],[236, 806]]) const n119 = t([[24, 821],[25, 822],[26, 821],[27, 820],[28, 817],[29, 818],[30, 816],[31, 821],[32, 817],[33, 819],[34, 478],[35, 819],[36, 818],[224, 828],[225, 829],[226, 830],[227, 831],[228, 832],[229, 833],[230, 834],[231, 835],[232, 836],[233, 837],[234, 838],[235, 839],[3, 808],[4, 809],[5, 810],[6, 811],[236, 840]]) const n120 = t([[24, 855],[25, 856],[26, 855],[27, 854],[28, 851],[29, 852],[30, 850],[31, 855],[32, 851],[33, 853],[34, 513],[35, 853],[36, 852],[224, 862],[225, 863],[226, 864],[227, 865],[228, 866],[229, 867],[230, 868],[231, 869],[232, 870],[233, 871],[234, 872],[235, 873],[3, 842],[4, 843],[5, 844],[6, 845],[236, 874]]) const n121 = t([[24, 889],[25, 890],[26, 889],[27, 888],[28, 885],[29, 886],[30, 884],[31, 889],[32, 885],[33, 887],[34, 548],[35, 887],[36, 886],[224, 896],[225, 897],[226, 898],[227, 899],[228, 900],[229, 901],[230, 902],[231, 903],[232, 904],[233, 905],[234, 906],[235, 907],[3, 876],[4, 877],[5, 878],[6, 879],[236, 908]]) const n122 = t([[24, 923],[25, 924],[26, 923],[27, 922],[28, 919],[29, 920],[30, 918],[31, 923],[32, 919],[33, 921],[34, 583],[35, 921],[36, 920],[224, 930],[225, 931],[226, 932],[227, 933],[228, 934],[229, 935],[230, 936],[231, 937],[232, 938],[233, 939],[234, 940],[235, 941],[3, 910],[4, 911],[5, 912],[6, 913],[236, 942]]) const n123 = t([[24, 957],[25, 958],[26, 957],[27, 956],[28, 953],[29, 954],[30, 952],[31, 957],[32, 953],[33, 955],[34, 618],[35, 955],[36, 954],[224, 964],[225, 965],[226, 966],[227, 967],[228, 968],[229, 969],[230, 970],[231, 971],[232, 972],[233, 973],[234, 974],[235, 975],[3, 944],[4, 945],[5, 946],[6, 947],[236, 976]]) const n124 = t([[24, 653],[25, 654],[26, 653],[27, 652],[28, 649],[29, 650],[30, 648],[31, 653],[32, 649],[33, 196],[34, 651],[35, 196],[36, 650],[224, 660],[225, 661],[226, 662],[227, 663],[228, 664],[229, 665],[230, 666],[231, 667],[232, 668],[233, 669],[234, 670],[235, 671],[3, 641],[4, 642],[5, 643],[6, 644],[236, 672]]) export type ThemeNames = | 'light' | 'dark' | 'light_accent' | 'dark_accent' | 'light_black' | 'light_white' | 'light_gray' | 'light_blue' | 'light_red' | 'light_yellow' | 'light_green' | 'light_orange' | 'light_pink' | 'light_purple' | 'light_teal' | 'light_neutral' | 'dark_black' | 'dark_white' | 'dark_gray' | 'dark_blue' | 'dark_red' | 'dark_yellow' | 'dark_green' | 'dark_orange' | 'dark_pink' | 'dark_purple' | 'dark_teal' | 'dark_neutral' | 'light_surface1' | 'light_white_surface1' | 'light_surface2' | 'light_white_surface2' | 'dark_surface1' | 'dark_black_surface1' | 'dark_surface2' | 'dark_black_surface2' | 'light_black_accent' | 'light_black_surface1' | 'light_black_surface2' | 'light_white_accent' | 'light_gray_accent' | 'light_gray_surface1' | 'light_gray_surface2' | 'light_blue_accent' | 'light_blue_surface1' | 'light_blue_surface2' | 'light_red_accent' | 'light_red_surface1' | 'light_red_surface2' | 'light_yellow_accent' | 'light_yellow_surface1' | 'light_yellow_surface2' | 'light_green_accent' | 'light_green_surface1' | 'light_green_surface2' | 'light_orange_accent' | 'light_orange_surface1' | 'light_orange_surface2' | 'light_pink_accent' | 'light_pink_surface1' | 'light_pink_surface2' | 'light_purple_accent' | 'light_purple_surface1' | 'light_purple_surface2' | 'light_teal_accent' | 'light_teal_surface1' | 'light_teal_surface2' | 'light_neutral_accent' | 'light_neutral_surface1' | 'light_neutral_surface2' | 'dark_black_accent' | 'dark_white_accent' | 'dark_white_surface1' | 'dark_white_surface2' | 'dark_gray_accent' | 'dark_gray_surface1' | 'dark_gray_surface2' | 'dark_blue_accent' | 'dark_blue_surface1' | 'dark_blue_surface2' | 'dark_red_accent' | 'dark_red_surface1' | 'dark_red_surface2' | 'dark_yellow_accent' | 'dark_yellow_surface1' | 'dark_yellow_surface2' | 'dark_green_accent' | 'dark_green_surface1' | 'dark_green_surface2' | 'dark_orange_accent' | 'dark_orange_surface1' | 'dark_orange_surface2' | 'dark_pink_accent' | 'dark_pink_surface1' | 'dark_pink_surface2' | 'dark_purple_accent' | 'dark_purple_surface1' | 'dark_purple_surface2' | 'dark_teal_accent' | 'dark_teal_surface1' | 'dark_teal_surface2' | 'dark_neutral_accent' | 'dark_neutral_surface1' | 'dark_neutral_surface2' export type Themes = Record export const themes: Themes = { light: n1, dark: n2, light_accent: n3, dark_accent: n4, light_black: n5, light_white: n6, light_gray: n7, light_blue: n8, light_red: n9, light_yellow: n10, light_green: n11, light_orange: n12, light_pink: n13, light_purple: n14, light_teal: n15, light_neutral: n16, dark_black: n17, dark_white: n18, dark_gray: n19, dark_blue: n20, dark_red: n21, dark_yellow: n22, dark_green: n23, dark_orange: n24, dark_pink: n25, dark_purple: n26, dark_teal: n27, dark_neutral: n28, light_surface1: n29, light_white_surface1: n29, light_Input: n29, light_Progress: n29, light_Slider: n29, light_TextArea: n29, light_white_Input: n29, light_white_Progress: n29, light_white_Slider: n29, light_white_TextArea: n29, light_surface2: n30, light_white_surface2: n30, light_Button: n30, light_SliderThumb: n30, light_Switch: n30, light_white_Button: n30, light_white_SliderThumb: n30, light_white_Switch: n30, dark_surface1: n31, dark_black_surface1: n31, dark_Input: n31, dark_Progress: n31, dark_Slider: n31, dark_TextArea: n31, dark_black_Input: n31, dark_black_Progress: n31, dark_black_Slider: n31, dark_black_TextArea: n31, dark_surface2: n32, dark_black_surface2: n32, dark_Button: n32, dark_SliderThumb: n32, dark_Switch: n32, dark_black_Button: n32, dark_black_SliderThumb: n32, dark_black_Switch: n32, light_black_accent: n33, light_black_Tooltip: n33, light_black_SwitchThumb: n33, light_black_surface1: n34, light_black_Input: n34, light_black_Progress: n34, light_black_Slider: n34, light_black_TextArea: n34, light_black_surface2: n35, light_black_Button: n35, light_black_SliderThumb: n35, light_black_Switch: n35, light_white_accent: n36, light_Tooltip: n36, light_SwitchThumb: n36, light_white_Tooltip: n36, light_white_SwitchThumb: n36, light_gray_accent: n37, light_gray_Tooltip: n37, light_gray_SwitchThumb: n37, light_gray_surface1: n38, light_gray_Input: n38, light_gray_Progress: n38, light_gray_Slider: n38, light_gray_TextArea: n38, light_gray_surface2: n39, light_gray_Button: n39, light_gray_SliderThumb: n39, light_gray_Switch: n39, light_blue_accent: n40, light_blue_Tooltip: n40, light_blue_SwitchThumb: n40, light_blue_surface1: n41, light_blue_Input: n41, light_blue_Progress: n41, light_blue_Slider: n41, light_blue_TextArea: n41, light_blue_surface2: n42, light_blue_Button: n42, light_blue_SliderThumb: n42, light_blue_Switch: n42, light_red_accent: n43, light_red_Tooltip: n43, light_red_SwitchThumb: n43, light_red_surface1: n44, light_red_Input: n44, light_red_Progress: n44, light_red_Slider: n44, light_red_TextArea: n44, light_red_surface2: n45, light_red_Button: n45, light_red_SliderThumb: n45, light_red_Switch: n45, light_yellow_accent: n46, light_yellow_Tooltip: n46, light_yellow_SwitchThumb: n46, light_yellow_surface1: n47, light_yellow_Input: n47, light_yellow_Progress: n47, light_yellow_Slider: n47, light_yellow_TextArea: n47, light_yellow_surface2: n48, light_yellow_Button: n48, light_yellow_SliderThumb: n48, light_yellow_Switch: n48, light_green_accent: n49, light_green_Tooltip: n49, light_green_SwitchThumb: n49, light_green_surface1: n50, light_green_Input: n50, light_green_Progress: n50, light_green_Slider: n50, light_green_TextArea: n50, light_green_surface2: n51, light_green_Button: n51, light_green_SliderThumb: n51, light_green_Switch: n51, light_orange_accent: n52, light_orange_Tooltip: n52, light_orange_SwitchThumb: n52, light_orange_surface1: n53, light_orange_Input: n53, light_orange_Progress: n53, light_orange_Slider: n53, light_orange_TextArea: n53, light_orange_surface2: n54, light_orange_Button: n54, light_orange_SliderThumb: n54, light_orange_Switch: n54, light_pink_accent: n55, light_pink_Tooltip: n55, light_pink_SwitchThumb: n55, light_pink_surface1: n56, light_pink_Input: n56, light_pink_Progress: n56, light_pink_Slider: n56, light_pink_TextArea: n56, light_pink_surface2: n57, light_pink_Button: n57, light_pink_SliderThumb: n57, light_pink_Switch: n57, light_purple_accent: n58, light_purple_Tooltip: n58, light_purple_SwitchThumb: n58, light_purple_surface1: n59, light_purple_Input: n59, light_purple_Progress: n59, light_purple_Slider: n59, light_purple_TextArea: n59, light_purple_surface2: n60, light_purple_Button: n60, light_purple_SliderThumb: n60, light_purple_Switch: n60, light_teal_accent: n61, light_teal_Tooltip: n61, light_teal_SwitchThumb: n61, light_teal_surface1: n62, light_teal_Input: n62, light_teal_Progress: n62, light_teal_Slider: n62, light_teal_TextArea: n62, light_teal_surface2: n63, light_teal_Button: n63, light_teal_SliderThumb: n63, light_teal_Switch: n63, light_neutral_accent: n64, light_neutral_Tooltip: n64, light_neutral_SwitchThumb: n64, light_neutral_surface1: n65, light_neutral_Input: n65, light_neutral_Progress: n65, light_neutral_Slider: n65, light_neutral_TextArea: n65, light_neutral_surface2: n66, light_neutral_Button: n66, light_neutral_SliderThumb: n66, light_neutral_Switch: n66, dark_black_accent: n67, dark_Tooltip: n67, dark_SwitchThumb: n67, dark_black_Tooltip: n67, dark_black_SwitchThumb: n67, dark_white_accent: n68, dark_white_Tooltip: n68, dark_white_SwitchThumb: n68, dark_white_surface1: n69, dark_white_Input: n69, dark_white_Progress: n69, dark_white_Slider: n69, dark_white_TextArea: n69, dark_white_surface2: n70, dark_white_Button: n70, dark_white_SliderThumb: n70, dark_white_Switch: n70, dark_gray_accent: n71, dark_gray_Tooltip: n71, dark_gray_SwitchThumb: n71, dark_gray_surface1: n72, dark_gray_Input: n72, dark_gray_Progress: n72, dark_gray_Slider: n72, dark_gray_TextArea: n72, dark_gray_surface2: n73, dark_gray_Button: n73, dark_gray_SliderThumb: n73, dark_gray_Switch: n73, dark_blue_accent: n74, dark_blue_Tooltip: n74, dark_blue_SwitchThumb: n74, dark_blue_surface1: n75, dark_blue_Input: n75, dark_blue_Progress: n75, dark_blue_Slider: n75, dark_blue_TextArea: n75, dark_blue_surface2: n76, dark_blue_Button: n76, dark_blue_SliderThumb: n76, dark_blue_Switch: n76, dark_red_accent: n77, dark_red_Tooltip: n77, dark_red_SwitchThumb: n77, dark_red_surface1: n78, dark_red_Input: n78, dark_red_Progress: n78, dark_red_Slider: n78, dark_red_TextArea: n78, dark_red_surface2: n79, dark_red_Button: n79, dark_red_SliderThumb: n79, dark_red_Switch: n79, dark_yellow_accent: n80, dark_yellow_Tooltip: n80, dark_yellow_SwitchThumb: n80, dark_yellow_surface1: n81, dark_yellow_Input: n81, dark_yellow_Progress: n81, dark_yellow_Slider: n81, dark_yellow_TextArea: n81, dark_yellow_surface2: n82, dark_yellow_Button: n82, dark_yellow_SliderThumb: n82, dark_yellow_Switch: n82, dark_green_accent: n83, dark_green_Tooltip: n83, dark_green_SwitchThumb: n83, dark_green_surface1: n84, dark_green_Input: n84, dark_green_Progress: n84, dark_green_Slider: n84, dark_green_TextArea: n84, dark_green_surface2: n85, dark_green_Button: n85, dark_green_SliderThumb: n85, dark_green_Switch: n85, dark_orange_accent: n86, dark_orange_Tooltip: n86, dark_orange_SwitchThumb: n86, dark_orange_surface1: n87, dark_orange_Input: n87, dark_orange_Progress: n87, dark_orange_Slider: n87, dark_orange_TextArea: n87, dark_orange_surface2: n88, dark_orange_Button: n88, dark_orange_SliderThumb: n88, dark_orange_Switch: n88, dark_pink_accent: n89, dark_pink_Tooltip: n89, dark_pink_SwitchThumb: n89, dark_pink_surface1: n90, dark_pink_Input: n90, dark_pink_Progress: n90, dark_pink_Slider: n90, dark_pink_TextArea: n90, dark_pink_surface2: n91, dark_pink_Button: n91, dark_pink_SliderThumb: n91, dark_pink_Switch: n91, dark_purple_accent: n92, dark_purple_Tooltip: n92, dark_purple_SwitchThumb: n92, dark_purple_surface1: n93, dark_purple_Input: n93, dark_purple_Progress: n93, dark_purple_Slider: n93, dark_purple_TextArea: n93, dark_purple_surface2: n94, dark_purple_Button: n94, dark_purple_SliderThumb: n94, dark_purple_Switch: n94, dark_teal_accent: n95, dark_teal_Tooltip: n95, dark_teal_SwitchThumb: n95, dark_teal_surface1: n96, dark_teal_Input: n96, dark_teal_Progress: n96, dark_teal_Slider: n96, dark_teal_TextArea: n96, dark_teal_surface2: n97, dark_teal_Button: n97, dark_teal_SliderThumb: n97, dark_teal_Switch: n97, dark_neutral_accent: n98, dark_neutral_Tooltip: n98, dark_neutral_SwitchThumb: n98, dark_neutral_surface1: n99, dark_neutral_Input: n99, dark_neutral_Progress: n99, dark_neutral_Slider: n99, dark_neutral_TextArea: n99, dark_neutral_surface2: n100, dark_neutral_Button: n100, dark_neutral_SliderThumb: n100, dark_neutral_Switch: n100, light_ProgressIndicator: n101, light_SliderActive: n101, light_white_ProgressIndicator: n101, light_white_SliderActive: n101, dark_ProgressIndicator: n102, dark_SliderActive: n102, dark_black_ProgressIndicator: n102, dark_black_SliderActive: n102, light_black_ProgressIndicator: n103, light_black_SliderActive: n103, light_gray_ProgressIndicator: n104, light_gray_SliderActive: n104, light_blue_ProgressIndicator: n105, light_blue_SliderActive: n105, light_red_ProgressIndicator: n106, light_red_SliderActive: n106, light_yellow_ProgressIndicator: n107, light_yellow_SliderActive: n107, light_green_ProgressIndicator: n108, light_green_SliderActive: n108, light_orange_ProgressIndicator: n109, light_orange_SliderActive: n109, light_pink_ProgressIndicator: n110, light_pink_SliderActive: n110, light_purple_ProgressIndicator: n111, light_purple_SliderActive: n111, light_teal_ProgressIndicator: n112, light_teal_SliderActive: n112, light_neutral_ProgressIndicator: n113, light_neutral_SliderActive: n113, dark_white_ProgressIndicator: n114, dark_white_SliderActive: n114, dark_gray_ProgressIndicator: n115, dark_gray_SliderActive: n115, dark_blue_ProgressIndicator: n116, dark_blue_SliderActive: n116, dark_red_ProgressIndicator: n117, dark_red_SliderActive: n117, dark_yellow_ProgressIndicator: n118, dark_yellow_SliderActive: n118, dark_green_ProgressIndicator: n119, dark_green_SliderActive: n119, dark_orange_ProgressIndicator: n120, dark_orange_SliderActive: n120, dark_pink_ProgressIndicator: n121, dark_pink_SliderActive: n121, dark_purple_ProgressIndicator: n122, dark_purple_SliderActive: n122, dark_teal_ProgressIndicator: n123, dark_teal_SliderActive: n123, dark_neutral_ProgressIndicator: n124, dark_neutral_SliderActive: n124, }