.elementor-kit-10{--e-global-color-primary:#00FFFF;--e-global-color-secondary:#00CCD6;--e-global-color-text:#7A7A7A;--e-global-color-accent:#94A3B8;--e-global-color-f0352f1:#1A2540;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:700;--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;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{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 */:root {
    --aqua: #00FFFF;
    --aqua-dark: #00CCD6;
    --bg: #0B1120;
    --surface: #1A2540;
    --surface-light: #131C31;
    --text: #FFFFFF;
    --text-secondary: #94A3B8;
}

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.hand-font {
    font-family: 'Caveat', cursive;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Glow effects */
.glow {
    box-shadow: 0 0 20px rgba(0,255,255,0.2), 0 0 60px rgba(0,255,255,0.05);
}
.glow-text {
    text-shadow: 0 0 30px rgba(0,255,255,0.33);
}
a:not(.elementor-button) {
    color: var(--aqua) !important;
}
a:not(.elementor-button):hover {
    color: var(--aqua-dark) !important;
}/* End custom CSS */