@import 'ibm-plex.css';

:root {
    --font: "IBM Plex Sans";

    --color-brand: #0f62fe;
    --color-brand-hover: #0050e6;
    --color-brand-active: #002d9c;
    --color-on-brand: white;
}

html {
    min-height: 100%;
}

body {
    font-family: var(--font), sans-serif;
    font-weight: 400;
    font-size: 14px;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #f4f4f4;
}

h1 {
    margin: 0;
    padding: 0;
}
