@font-face {
    font-family: 'Gudea';
    font-style: normal;
    font-weight: 400;
    src: local('Gudea'), url(fonts/gudea-normal.woff) format('woff');
}
@font-face {
    font-family: 'Gudea';
    font-style: normal;
    font-weight: 700;
    src: local('Gudea Bold'), local('Gudea-Bold'), url(fonts/gudea-normal-700.woff) format('woff');
}
@font-face {
    font-family: 'Gudea';
    font-style: italic;
    font-weight: 400;
    src: local('Gudea Italic'), local('Gudea-Italic'), url(fonts/gudea-italic-400.woff) format('woff');
}