*:focus-visible {
    outline: none;
}

body {
    min-height: 100vh;
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    line-height: 1.25;
    letter-spacing: .01em;
    color: #545c6a;
}
