*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: var(--background-default);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #337ab7;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}
