@font-face {
    font-family: 'Gudea';
    src: url('Gudea-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gudea';
    src: url('Gudea-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gudea';
    src: url('Gudea-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}