﻿
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    
     
    overflow-y: auto; /* Enables vertical scrolling */
}
@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat-light.woff') format('woff');
}

@font-face {
    font-family: 'VeteranTypewriter';
    src: url('../../../Fonts/VeteranTypewriter.woff') format('woff');
}
@font-face {
    font-family: 'sofia-pro-regular';
    src: url('../fonts/sofia-pro-regular.ttf') format('truetype');
}