/*
Theme Name: Rebuild System
Theme URI: https://rebuildsystem.com
Author: Rebuild System
Description: Primary stylesheet for the Rebuild System theme.
Version: 1.0.0
Text Domain: rebuild-system
*/

/* Load the main site styles */
@import url("css/theme.css");

/* Minimal fallback styles so the theme renders even if assets fail */
body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    background: #0A0F1A;
    color: #e5e7eb;
}

main {
    padding: 3rem clamp(1rem, 3vw, 2.5rem);
}

a {
    color: #38BDF8;
}
