/* EXTRNAL FONTS */

    @font-face {
        font-family: 'Angelwish'; 
        src: url('../font/Angelwish-Regular.woff2') format('woff2'),
             url('../font/Angelwish-Regular.woff') format('woff'),
             url('../font/Angelwish-Regular.tff') format('ttf'),
             url('../font/Angelwish-Regular.eot') format('eot'),
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'FoulFiend'; 
        src: url('../font/FoulFiend.woff2') format('woff2'),
             url('../font/FoulFiend.woff') format('woff'),
             url('../font/FoulFiend.tff') format('ttf'),
             url('../font/FoulFiend.eot') format('eot'),
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Pagan'; 
        src: url('../font/Pagan-Symbols.woff2') format('woff2'),
             url('../font/Pagan-Symbols.woff') format('woff'),
        font-weight: normal;
        font-style: normal;
    }