@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: Roboto-Regular, sans-serif;
}

body {
    /*background: lightgrey;*/
}

#markdown-container {
    border: 1px solid black;
    border-radius: 25px;
    box-shadow: 6px 5px 20px 20px #00000047;
    padding: 15px
}