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


@font-face {
    font-family: 'Cako';
    src: local('Cako Black'), local('Cako-Black'),
        url('Cako-Black.woff2') format('woff2'),
        url('Cako-Black.woff') format('woff'),
        url('Cako-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('GalanoGrotesque-Heavy.eot');
    src: url('GalanoGrotesque-Heavy.eot?#iefix') format('embedded-opentype'),
    url('GalanoGrotesque-Heavy.woff2') format('woff2'),
    url('GalanoGrotesque-Heavy.woff') format('woff'),
    url('GalanoGrotesque-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('GalanoGrotesque-Medium.eot');
    src: url('GalanoGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
    url('GalanoGrotesque-Medium.woff2') format('woff2'),
    url('GalanoGrotesque-Medium.woff') format('woff'),
    url('GalanoGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('GalanoGrotesque-Bold.eot');
    src: url('GalanoGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
    url('GalanoGrotesque-Bold.woff2') format('woff2'),
    url('GalanoGrotesque-Bold.woff') format('woff'),
    url('GalanoGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('GalanoGrotesque-Light.eot');
    src: url('GalanoGrotesque-Light.eot?#iefix') format('embedded-opentype'),
    url('GalanoGrotesque-Light.woff2') format('woff2'),
    url('GalanoGrotesque-Light.woff') format('woff'),
    url('GalanoGrotesque-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('GalanoGrotesque-Regular.eot');
    src: url('GalanoGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
    url('GalanoGrotesque-Regular.woff2') format('woff2'),
    url('GalanoGrotesque-Regular.woff') format('woff'),
    url('GalanoGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body:not(.uncode-unmodal-overlay-visible) .main-wrapper{
	z-index: auto;
}