/* text_styles.css - stylesheets for text elements */

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

body {
    font-family: 'Roboto Mono', sans-serif;
}

.title, .page-title {
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        font-size: 2em;
}

.subtitle {
    text-align: center;
    font-size: 1.5em;
}
