@use "kit-deps" as *;
/* =========================
Demo page styles
========================= */
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: $space-6;
}
.demo-section {
margin-bottom: $space-8;
h2 {
font-size: 28px;
font-weight: $font-weight-bold;
margin-bottom: $space-4;
}
h3 {
font-size: 18px;
font-weight: $font-weight-semibold;
margin-top: $space-6;
margin-bottom: $space-3;
color: $neutral-700;
}
}
.demo-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: $space-3;
margin-bottom: $space-3;
}