/* IMPORT FONT */

@font-face {
    font-family: 'Monument';
    src: url('../Fonts/Monument/PPMonumentExtended-Regular.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


body{
    font-family:'Monument', sans-serif;
}






