/*
Theme Name: Youth Camps Safe & Connected
Description: Custom theme for Youth Camps Safe & Connected website
Version: 1.0
*/

:root {
    --yc-primary: #004aad;
    --yc-secondary: #00c4cc;
    --yc-accent: #ffc107;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.hero-section {
    background-size: cover;
    background-position: center;
}
