/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@font-face {
    font-family: 'Montserrat-Variable';
    font-style: normal;
    src: url('/montserrat-font/Montserrat-VariableFont_wght.ttf') format('truetype');
}

body, font-montserrat {
    font-family: 'Montserrat-Variable', 'Verdana', 'sans-serif';
}

/*START:FOOTER*/
body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}

body > article {
    flex: 1;
}
#dsm-footer {
    text-align: right;
    margin: auto 1em;
}

/*END:FOOTER*/
