/**
 * File: under-construction.css
 * Description: Structural and layout properties for the Under Construction page.
 * No hardcoded colors are permitted here.
 */

/* Base body typography settings */
html {
    font-size: 12px;
}

.uc-body {
    font-family: 'Mada', sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

/* Container constraints and sizing */
.uc-container {
    max-width: 600px;
    width: 100%;
}

/* Icon specific sizing */
.uc-icon {
    font-size: 5rem;
}