/*
 Theme Name:   China Trail Child
 Theme URI:    https://china-trail.com
 Description:  China Trail custom theme - full code control
 Author:       Selena
 Template:     astra
 Version:      1.0.0
*/

/* Base reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Outfit", sans-serif;
    background: #0a0a0a;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Hide Astra default elements */
.ast-desktop-header,
.ast-mobile-header,
.main-header-bar,
.site-footer,
.ast-footer-overlay {
    display: none !important;
}

#page,
#content,
.site-content,
.entry-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ast-separate-container,
.ast-container,
.ast-plain-container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
