/*
Theme Name: All Star Celebrations
Theme URI: https://allstarcelebrations360.com
Author: Christopher Aleman
Description: Custom WordPress theme rebuilt from the original All Star Celebrations static site.
Version: 0.1.0
Text Domain: allstar-celebrations
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #050505;
    color: #f5f1e8;
    font-family: 'Rajdhani', sans-serif;
}

img,
video {
    max-width: 100%;
}

a {
    color: #d4af37;
}

.allstar-content-shell {
    max-width: 960px;
    margin: 0 auto;
    padding: 120px 24px 80px;
}

.allstar-content-shell h1,
.allstar-content-shell h2,
.allstar-content-shell h3,
.allstar-content-shell h4,
.allstar-content-shell h5,
.allstar-content-shell h6 {
    color: #f5e3a2;
    font-family: 'Cinzel', serif;
    line-height: 1.15;
    margin: 0 0 16px;
}

.allstar-content-shell h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.allstar-content-shell h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-top: 40px;
}

.allstar-content-shell p,
.allstar-content-shell li {
    font-size: 1.12rem;
    line-height: 1.7;
    color: #f5f1e8;
}

.allstar-content-shell ul,
.allstar-content-shell ol {
    padding-left: 24px;
}

.allstar-content-shell .wp-block-group,
.allstar-content-shell .wp-block-columns,
.allstar-content-shell .wp-block-cover,
.allstar-content-shell .wp-block-heading,
.allstar-content-shell .wp-block-paragraph,
.allstar-content-shell .wp-block-list {
    margin-bottom: 20px;
}
