/*
Theme Name: GravelBikeLab
Theme URI: https://gravelbikelab.com
Description: Data-driven gravelbike platform
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #0f0f0f;
    color: #f0f0f0;
}

.construction {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.construction h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}

.construction h1 span {
    color: #4B9A6F;
}

.construction p {
    font-size: 18px;
    color: #888;
}