:root {
    --red: #e9272b;
    --blue: #1098EB;
    --blue-strong: #0D3D73;
    --input-border: #DCE8FB;
    --input-bg: #EEF5FF;
    --green: #1CC664;
    --black: #000;
    --dgray: #2B2B2B;
    --border: #CCC;
    --lgray: #F7F7F7;
    --white: #FFF;
    --text: #111;
    --muted: #717171;
}

body {
    font-family: Helvetica Neue, Arial, Roboto, sans-serif;
    color: var(--text);
    font-size: 14px;
}

h1, h3, h4 {
    font-style: normal;
    font-weight: 300;
}

h1 {
    font-size: 22px;
    margin: 0 0 20px 0;
    color: var(--blue);
}

h3 {
    font-size: 18px;
    color: var(--blue-strong);
}

h4 {
    font-size: 14px;
    color: var(--blue-strong);
}