/*
    background: F8E5EE
    light accent: 9F2042 (pinky)
    accent: 7B0D1E (red ish)
    dark accent: 3D1308 (shit colour)
    base: 211103 (coffee bean)
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,500;1,500&display=swap');

html {
    background-color: #F8E5EE;
    color: #211103;
    padding: 20px
}

.roboto-mono {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.roboto-mono-bold {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}