/**
 * Label + Sublabel
 */

.label,
.sublabel {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-contrast);
}

.sublabel {
    font-weight: 500;
}

.label + input {
    margin-top: 6px;
}

input + .sublabel {
    margin-top: 5px;
}

/**
 * Inputs
 */

input {}

/**
 * Select
 */

select {}