/* Shared styles for Bysquare examples */
body { 
    font-size: 1rem; 
}

h1 { 
    font-size: 1.6rem; 
}

h2 { 
    font-size: 1.3rem; 
}

.description { 
    font-size: 0.9rem; 
    color: var(--text-light); 
    font-style: italic; 
}
