body {

  /* Default Text-Colors and Backgrounds */
  --ss-light: white;
  --ss-c1: #2d2d2d;
  --ssg-c1: 45, 45, 45;
  --ssa-c1: #dcdad4;
  --ss-c1-f: #151a1b;
  --ss-c2-f: #3d332d;
  --ss-c2: #5e4627;
  --ss-c3: #45505b;
  --ss-c4: #555452;
  --ss-c5: #272829;
  --ss-c6: #a48f69;
  --ss-c7: #3f3f3f;
  --ss-c7a: #2d2d2d;
  --ss-c8: #171717;
  --ss-bg1: #f4f4f4;
  --ss-bg2: rgb(244, 244, 244);
  --ssg-bg2: 244, 244, 244;
  --ss-bg1-rgb: rgb(255, 253, 245);
  --ss-bg1-alt: #fffdf5;
  --ss-bg1-v1: #fffae6;
  --ss-bg1-f: linear-gradient(to right bottom, #ddffff, #ffe1df);
  --ss-bg1-shadow: none;
  --ss-stroke1: #363636;
  --ssc-solid: #1c1c1c;
  --ssc-solid-f: #000000;



  --ssc-body: #272829;
  --ssc-body-bg: #ffffff;
  --ssg-body-bg: 255, 255, 255;
  --ssc-header-bg: rgb(255, 255, 255);
  --ssg-header-bg: 255, 255, 255;
  --ssc-main-bg: #ffffff;
  --ssg-main-bg: 255, 255, 255;
  --ssc-main-bg2: #fffefc;
  --ssc-main-shadow: none;
  --ssc-main-shadow2: 0 2px 16px rgba(0, 0, 0, 0.1);



  /* Default Theme Text-Colors */
  --ssc-rc-c1: #ff675c;
  --ssg-rc-c1: 255, 103, 92;
  --ssc-rc-c1a: #ffb9b4;
  --ssc-rc-c1-h: rgb(148, 106, 103);
  --ssc-rc-c1-light: #ff8d85;
  --ssc-rc-c1-dark: #d74c42;
  --ssc-rc-c1-darker: #6f211c;
  --ssc-rc-c2: rgb(27, 213, 126);
  --ssg-rc-c2: 27, 213, 126;
  --ssc-rc-c2-light: #70da7e;
  --ssg-rc-c2-light: 112, 218, 126;
  --ssc-rc-c2-dark: #19ac7e;
  /*static*/
  --ssc-rc-c1-F: #833c37;
  --ssc-rc-c2-F: #174a34;
  --ssc-rc-c1-st: #ff675c;



  /* Static Colors */
  --ssn-bnw: #000000;
  --ssn-wnb: #ffffff;
  --ssn-orange: #ff8324;
  --ssn-violet: #b151f6;
  --ssn-blue: #8dd8fe;
  --ssn-yellow: #ffdd54;
  --ssn-green: #b9d92a;







  /*category colors (contro)*/
--ssc-rc-contro: rgb(158, 130, 46);
--ssc-rc-contro-light: rgb(255, 229, 144);
--ssc-rc-contro-dark: rgb(209, 175, 71);

/*category colors (nature)*/
--ssc-rc-nature: rgb(93, 140, 60);
--ssc-rc-nature-light: rgb(214, 254, 185);
--ssc-rc-nature-dark: rgb(136, 211, 101);

/*category colors (philosophy)*/
--ssc-rc-philosophy: rgb(150, 95, 40);
--ssc-rc-philosophy-light: rgb(255, 230, 189);
--ssc-rc-philosophy-dark: rgb(211, 156, 100);

/*category colors (culture)*/
--ssc-rc-culture: rgb(161, 69, 53);
--ssc-rc-culture-light: rgb(255, 196, 179);
--ssc-rc-culture-dark: rgb(245, 103, 98);

/*category colors (politics)*/
--ssc-rc-politics: rgb(159, 38, 38);
--ssc-rc-politics-light: rgb(255, 189, 189);
--ssc-rc-politics-dark: rgb(205, 115, 99);

/*category colors (sports)*/
--ssc-rc-sports: rgb(52, 123, 29);
--ssc-rc-sports-light: rgb(199, 255, 161);
--ssc-rc-sports-dark: rgb(108, 190, 81);

/*category colors (top-x)*/
--ssc-rc-top-x: rgb(82, 37, 128);
--ssc-rc-top-x-light: rgb(220, 185, 255);
--ssc-rc-top-x-dark: rgb(121, 75, 167);

/*category colors (travel)*/
--ssc-rc-travel: rgb(24, 99, 124);
--ssc-rc-travel-light: rgb(161, 245, 255);
--ssc-rc-travel-dark: rgb(92, 171, 198);

/*category colors (world)*/
--ssc-rc-world: rgb(27, 75, 122);
--ssc-rc-world-light: rgb(161, 203, 255);
--ssc-rc-world-dark: rgb(96, 150, 204);

/*category colors (tech)*/
--ssc-rc-tech: rgb(39, 150, 169);
--ssc-rc-tech-light: rgb(125, 235, 255);
--ssc-rc-tech-dark: rgb(67, 218, 244);

/*category colors (society)*/
--ssc-rc-society: rgb(136, 109, 0);
--ssc-rc-society-light: rgb(255, 249, 161);
--ssc-rc-society-dark: rgb(199, 174, 77);





/* Border Colors */
  --ssc-rc-border: #1e1e1e;
  --ssc-rc-border2: #1e1e1e;
  --ssc-rc-border3: #d7d7d7;
  --ssc-rc-border4: #d7d7d7;
  --ssc-rc-border5: #3d3d3d;
  --ssc-rc-border6: #cdcdcd;
  --ssc-rc-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);

  /*colors for header */
  --ssc-header-top: #e7e7e7;
  --ssc-nav-menu: #45505b;
  --ssc-nav-menu-f: #1bd5d4;
  --ssc-nav-menu-bg: #fffdf5;
  --ssc-nav-menu-bg-alt: #ffffff;
  --ssc-nav-menu-bg-f: linear-gradient(to right bottom, #fff0c3, #ffe1a0);
  --ssc-nav-menu-bg-a: linear-gradient(to right bottom, #fff3cf, #ffe9b8);
  --ssc-nav-shadow: 5px 5px 5px #e1ddd5c5;

  /* System Fonts */
  --ssf-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --ssf-news: "SolaimanLipi", sans-serif;
  --ssf-outfit: "Outfit", "Arial", sans-serif;
  --ssf-opensans: "Open Sans", sans-serif;
  --ssf-raleway: "Raleway", sans-serif;
  --ssf-indieflower: "Indie Flower";
  --ssf-lobster: "Lobster";
  --ssf-pacifico: "Pacifico";
  --ssf-playfair: "Playfair Display", Georgia, "Times New Roman", serif;
  --ssf-poppins: "Poppins", sans-serif;
  --ssf-roboto: "Roboto";
  /*bn*/
  --ssf-apona: "Apona Lohit", sans-serif;
  --ssf-charu: "CharukolaUltraLight";
  --ssf-rupali: "SiyamRupali";
  --ssf-sol: "SolaimanLipi";
  --ssf-ador: "AdorshoLipi";
  --ssf-noto: "Noto Sans Bengali", sans-serif;

  /*universal variables*/
  --ss-padding: calc(1.5rem * 0.5);
}


.dark body {
  --ss-light: rgb(0, 0, 0);
  --ss-c1: #dcdad4;
  --ssg-c1: 220, 218, 212;
  --ssa-c1: #2d2d2d;
  --ss-c1-f: #f6f2e5;
  --ss-c2-f: #dabe8d;
  --ss-c2: #667686;
  --ss-c3: #dedbdb;
  --ss-c4: #d6d0c4;
  --ss-c5: #bdbab5;
  --ss-c6: #dbc49c;
  --ss-c7: #d7d3c9;
  --ss-c7a: #dfdcd4;
  --ss-c8: #dddad0;
  --ss-bg1: #1f2122;
  --ss-bg2: rgb(26, 27, 28);
  --ssg-bg2: 26, 27, 28;
  --ss-bg1-rgb: rgb(31, 33, 34);
  --ss-bg1-alt: #212425;
  --ss-bg1-v1: #212425;
  --ss-bg1-f: linear-gradient(to right bottom, #232527, #161819);
  --ss-bg1-shadow: 10px 10px 19px #1d1f20, -10px -10px 19px #272a2b;
  --ss-stroke1: #eaeaea;
  --ssc-solid: #e5e5e5;
  --ssc-solid-f: #ffffff;

  --ssc-body: #bdbab5;
  --ssc-body-bg: #1f2122;
  --ssg-body-bg: 31, 33, 34;
  --ssc-header-bg: rgb(26, 26, 26);
  --ssg-header-bg: 26, 26, 26;
  --ssc-main-bg: #1d1f20;
  --ssg-main-bg: 29, 31, 32;
  --ssc-main-bg2: #212425;
  --ssc-main-shadow: 10px 10px 19px #1d1f20, -10px -10px 19px #272a2b;
  --ssc-main-shadow2: 10px 10px 19px #1d1f20, -10px -10px 19px #272a2b;


  --ssn-bnw: #ffffff;
  --ssn-wnb: #000000;
  --ssc-rc-c1: #1bd57e;
  --ssc-rc-c1a: #21574d;
  --ssc-rc-c1-h: rgb(122, 220, 179);
  --ssc-rc-c1-light: #70da7e;
  --ssc-rc-c1-dark: #19ac7e;
  --ssc-rc-c1-darker: #0b5837;
  --ssc-rc-c2: #ff675c;
  --ssg-rc-c2: 255, 103, 92;
  --ssc-rc-c2-light: #ff8d85;
  --ssg-rc-c2-light: 255, 141, 133;
  --ssc-rc-c2-dark: #e05c53;
  /*static*/
  --ssc-rc-c1-F: #ff8d85;
  --ssc-rc-c2-F: #70da9a;
  --ssc-rc-c1-st: #da5b52;






  /*category colors (font)*/
  --ssc-rc-contro: rgb(210, 169, 47);
  --ssc-rc-nature: rgb(128, 188, 94);
  --ssc-rc-philosophy: rgb(255, 153, 51);
  --ssc-rc-culture: rgb(223, 110, 90);
  --ssc-rc-politics: rgb(209, 77, 77);
  --ssc-rc-sports: rgb(85, 197, 48);
  --ssc-rc-top-10: rgb(140, 93, 187);
  --ssc-rc-travel: rgb(40, 159, 199);
  --ssc-rc-world: rgb(43, 127, 212);
  --ssc-rc-tech: rgb(51, 207, 234);
  --ssc-rc-society: rgb(198, 164, 30);


  /*category colors (bg)*/
  --ssc-rc-contro-dark: rgb(108, 94, 51);
  --ssc-rc-life-events-dark: rgb(58, 88, 118);
  --ssc-rc-nature-dark: rgb(55, 90, 39);
  --ssc-rc-philosophy-dark: rgb(116, 82, 49);
  --ssc-rc-culture-dark: rgb(107, 53, 41);
  --ssc-rc-politics-dark: rgb(118, 58, 58);
  --ssc-rc-sports-dark: rgb(43, 88, 28);
  --ssc-rc-top-10-dark: rgb(71, 46, 96);
  --ssc-rc-travel-dark: rgb(25, 63, 77);
  --ssc-rc-world-dark: rgb(49, 68, 86);
  --ssc-rc-tech-dark: rgb(23, 94, 107);
  --ssc-rc-society-dark: rgb(94, 85, 49);

  --ssc-rc-border: #000000;
  --ssc-rc-border2: #00000000;
  --ssc-rc-border3: #3d3d3d;
  --ssc-rc-border4: #000000;
  --ssc-rc-border5: #3d3d3d;
  --ssc-rc-border6: #171717;

  /* colors for header */
  --ssc-header-top: #000000;
  --ssc-nav-menu: #dedbdb;
  --ssc-nav-menu-f: #1bd5d4;
  --ssc-nav-menu-bg: #212425;
  --ssc-nav-menu-bg-alt: #1a1a1a;
  --ssc-nav-menu-bg-f: linear-gradient(to right bottom, #232527, #161819);
  --ssc-nav-menu-bg-a: linear-gradient(to right bottom, #232527, #161819);
  --ssc-nav-shadow: 6px 6px 11px #1d1f20, -6px -6px 11px #272a2b;
}
