/* app/assets/stylesheets/pdf.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif; /* Replace 'Roboto' with your desired font */
    background-color: #4b9bfa;
}