/* Add custom CSS styles below */ 
html[lang="en"] body.index section:nth-of-type(1) img.w-full {
    content: url("https://i.ibb.co/KpH8QB0R/Hero-01-1.webp") !important;
}
html[lang="en"] body.index section:nth-of-type(2) img.lazy {
    content: url("https://i.ibb.co/F4Rgd1rb/Untitled-1-1.webp") !important;
}
html[lang="en"] body.index section:nth-of-type(5) img.w-full {
    content: url("https://i.ibb.co/39JhzrHn/Tshirt-2.webp") !important;
}
/* Specifically targeting the attribute */
html[color-scheme="dark"] article.article--main.pb-1,
html[color-scheme="dark"] article.article--main.pb-1 * {
  color: #ffffff !important;
}