@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Bold.woff') format("woff"),
    font-weight: 700; 
    font-style: normal;
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Medium.woff') format("woff");
    font-weight: 500; 
    font-style: normal;
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Regular.woff') format("woff");
    font-weight: 400; 
    font-style: normal;
}

@font-face {
    font-family: 'MonumentExtended';
    src: url('../fonts/MonumentExtended-Light.woff') format("woff");
    font-weight: 300; 
    font-style: normal;
}