/*
 * base.css — Foundation Layer
 * Aligned with Blockverse Premium Design System
 */

/* All tokens are now in style.css :root — no overrides here */

/* Utility: Section spacing */
.section-padding {
    padding: 120px 0;
}

/* Utility: Relative/Absolute */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.full-viewport {
    min-height: 100vh;
}

/* Utility: Text */
.text-center {
    text-align: center;
}

.block {
    display: block;
}
