/* Google Fonts */
/* Removed Kalam import */

/* Custom Fonts */
@font-face {
    font-family: 'Gufiaito';
    src: url('../fonts/Gufiaito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gufiaito';
    src: url('../fonts/Gufiaito-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gufiaito';
    src: url('../fonts/Gufiaito-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}