/* assets/styles.css */

body {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
}

h3 {
    font-size: 24px;
}

label {
    font-weight: bold;
}
