@font-face {
    font-family: 'Roboto';
    src: url('/vendors/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    /* Full width and height */
    height: 100vh;
    margin: 0;
    /* Remove default margin */

    /* Non-scrolling background image */
    background-image: url('/images/outreach.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /* This prevents the image from scrolling */
    background-repeat: no-repeat;
}

html {
    overflow-y: scroll !important;
}