body {
    font-family: 'Roboto', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -.025em;
}

.separator-pill {
    width: 24px;
    height: 6px;
    background: #045fac;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
}

.text-darker5 {
    color: #515151;
}

.text-darker6 {
    color: #6c6c6c;
}