/* Load local CSS Font from /fonts folder */

@font-face {
    font-family: 'Graffiti Urban';
    src: url('fonts/graffiti_urban/GraffitiUrban-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


