@font-face {
    font-family: 'Gudea';
    font-style: normal;
    font-weight: normal;
    src: local('Gudea Regular'), url('../fonts/Gudea-Regular.woff') format('woff');
}
    

@font-face {
    font-family: 'Gudea';
    font-style: italic;
    font-weight: normal;
    src: local('Gudea Italic'), url('../fonts/Gudea-Italic.woff') format('woff');
}
    

@font-face {
    font-family: 'Gudea';
    font-style: normal;
    font-weight: bold;
    src: local('Gudea Bold'), url('../fonts/Gudea-Bold.woff') format('woff');
}

@font-face {
    font-family: 'FE-Font';
    src: url('../fonts/FE-Font.eot');
    src: url('../fonts/FE-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FE-Font.woff2') format('woff2'),
         url('../fonts/FE-Font.woff') format('woff'),
         url('../fonts/FE-Font.ttf') format('truetype'),
         url('../fonts/FE-Font.svg#FE-Font') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}