html,
body {
    font-family: var(--font-base);
    font-size: var(--font-size-base);
    color: #333;
    background-color: #f9fafb;
    height: 100%;
}

/* Makes scrollbar thin */
* {
    scrollbar-width: thin;
    scrollbar-color: #035122 transparent;
}

.text-xs{
    font-size: 12px !important;
}

/* Titles override */
h1 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 18px;
    font-weight: 600;
}

h3 {
    font-size: 14px;
    font-weight: 600;
}

.ag-root-wrapper {
    min-height: 200px !important;
}

/* Inputs always 12px */
input,
select,
textarea {
    font-size: 12px;
}