@font-face {
    font-display: swap;
    font-family: 'Simplon Mono';
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/SimplonMono-Medium-WebS.woff2) format('woff2'),
        url(./fonts/SimplonMono-Medium-WebS.woff) format('woff');
}


@font-face {
    font-display: swap;
    font-family: 'Simplon Norm';
    font-style: italic;
    font-weight: 300;
    src: url(./fonts/SimplonNorm-LightItalic-WebS.woff2) format('woff2'),
        url(./fonts/SimplonNorm-LightItalic-WebS.woff) format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Simplon Norm';
    font-style: normal;
    font-weight: 300;
    src: url(./fonts/SimplonNorm-Light-WebS.woff2) format('woff2'),
        url(./fonts/SimplonNorm-Light-WebS.woff) format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Simplon Norm';
    font-style: normal;
    font-weight: 500;
    src: url(./fonts/SimplonNorm-Medium-WebS.woff2) format('woff2'),
        url(./fonts/SimplonNorm-Medium-WebS.woff) format('woff');
}

body, html {
    margin: 0;
    padding: 0;
}

#root {
    color: #050A3A; /* neutral900 */
    font-family: "Simplon Norm", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 300;
    max-width: 800px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 64px 24px;
    text-align: center;
}

a {
    color: #FF377A; /* pink400, brandPrimary */
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}