
@font-face {
    font-family: 'Ethnocentric';
    src: url('/fonts/ethnocentric/Ethnocentric-Regular.woff2') format('woff2'),
         url('/fonts/ethnocentric/Ethnocentric-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ethnocentric';
    src: url('/fonts/ethnocentric/Ethnocentric-Italic.woff2') format('woff2'),
         url('/fonts/ethnocentric/Ethnocentric-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
/*
body {
    background-color: #f4f4f4;
    text-align: center;
    padding: 50px;
}
h1 {
    font-size: 48px;
    color: #333;
}
*/
.site-logo{
    font-family: 'Ethnocentric', sans-serif;
}