@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Bold.woff2') format('woff2'),
        url('../fonts/Unbounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Custom Sans';
    src: url('../fonts/CustomSans-Bold.woff2') format('woff2'),
        url('../fonts/CustomSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ectogasm';
    src: url('../fonts/subset-Ectogasm.woff2') format('woff2'),
        url('../fonts/subset-Ectogasm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 

@font-face { 
             font-family: 'cc-icons';
             src: url('../fonts/cc/cc-icons.eot'); 
             src: local('cc-icons'),
             url('../fonts/cc/cc-icons.svg') format('svg'),
             url('../fonts/cc/cc-icons.otf') format('opentype'),
             url('../fonts/cc/cc-icons.woff') format('woff'),
             url('../fonts/cc/cc-icons.ttf') format('truetype'); 
             font-weight: normal; 
             font-style: normal;
            }

            .cc {
             -moz-font-feature-settings: normal !important;
             -moz-font-language-override: normal !important;
             display: inline-block !important;
             font-family: cc-icons !important;
             font-size: inherit !important;
             font-size-adjust: none !important;
             font-stretch: normal !important;
             font-style: normal !important;
             font-variant: normal !important;
             font-weight: normal !important;
             line-height: 1 !important;
             text-rendering: auto !important;
            }
            /*Share Alike*/
            .cc-sa:before 
            {
             content: "\0061" !important;
            }
            /*Attribution*/
            .cc-by:before 
            {
             content: "\0062" !important;
            }
            /* CC */
            .cc-cc:before 
            {
             content: "\0063" !important;
            }