/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'FP cako';
    src: url('fonts/Cako-Black.woff') format('woff2'),
        url('fonts/Cako-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

body.textual-accent-color .post-content > div .wpgb-pagination-facet ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn){
	color:#0268b2 !important;
}