.elementor-kit-26{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://cosmicironymanga.com/wp-content/uploads/2025/11/file_0000000051f871f49893d29d6db3f21d-1-e1763138831505.png");}.elementor-kit-26 e-page-transition{background-color:#FFBC7D;}.elementor-kit-26 p{margin-block-end:9px;}.elementor-kit-26 img{opacity:0.12;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}Cosmic irony{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === COSMIC IRONY – Global Styles === */
body {
  background-color: #0a0a0a;
  background-image: url('https://YOURDOMAIN.com/wp-content/uploads/SPACE-BG.jpg'); /* real https URL */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ff5a5a;
  font-family: 'Cinzel Decorative', 'Times New Roman', serif;
  line-height: 1.7;
  text-shadow: 0 0 8px rgba(255,90,90,0.3);
}

/* Mobile: avoid 'fixed' bugs */
@media (max-width: 1024px) {
  body { background-attachment: scroll; }
}

/* Headings */
h1, h2, h3 {
  color: #ff4040;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Paragraphs */
p {
  color: #ffbfbf;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

/* Center main content */
.elementor-widget-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* Links */
a { color: #ffa050; transition: color .3s ease; }
a:hover { color: #ffdd99; }

/* Image safety */
img { display: block; max-width: 100%; height: auto; opacity: 1 !important; visibility: visible !important; }/* End custom CSS */