@charset "utf-8";
/* Estilos gerais */

@font-face {
    font-family: 'Skrapbook'; /* Use aspas e capitalização consistente */
    src: url('../fonts/Skrapbook.woff2') format('woff2'),
         url('../fonts/Skrapbook.woff') format('woff'),
         url('../fonts/Skrapbook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: gothamRoundedMedium;
    src: url('../fonts/gothamrnd_medium.otf') format("opentype");
}
@font-face {
    font-family: gothamRoundedBold;
    src: url('../fonts/gothamrnd_bold.otf') format("opentype");
}
@font-face {
    font-family: gothamRoundedBook;
    src: url('../fonts/gothamrnd_book.otf') format("opentype");
}
@font-face {
    font-family: gothamRoundedLight;
    src: url('../fonts/gothamrnd_book.otf') format("opentype");
}
@font-face {
    font-family: Volkswagen-Heavy;
    src: url('../fonts/Volkswagen-Heavy.otf') format("opentype");
}

body {
    
	font-family: gothamRoundedBook, sans-serif; 
	font-size: 0.8rem;
}


