/*
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
*/

/* LP MV :: Prevent low quality image from displaying ASAP */
@media (max-width: 569px) {
    .lp #page-header .uncode-slider .owl-item .background-inner {
        background-image: none !important;
    }
}

/**
* Montserrat VF
*/
@font-face {
    font-family: 'Montserrat-VF';
    src: url('fonts/Montserrat-VF.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}


/**
 * @license
 *
 * Font Family: Stardom
 * Designed by: Indian Type Foundry
 * URL: https://www.fontshare.com/fonts/stardom
 * © 2021 Indian Type Foundry
 *
 * Font Style:
 * Stardom Regular
 *
*/

/*
@font-face {
    font-family: 'Stardom-Regular';
    src: url('fonts/Stardom-Regular.woff2') format('woff2');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
*/
/**
 * @license
 *
 * Font Family: Bespoke Stencil
 * Designed by: Jérémie Hornus, Théo Guillard, Morgane Pambrun, Alisa Nowak, Joachim Vu
 * URL: https://www.fontshare.com/fonts/bespoke-stencil
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * Bespoke Stencil Variable(Variable font)
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 800.0;
*
* available axes:
* 'wght' (range from 300.0 to 800.0)
*/
/*
@font-face {
    font-family: 'BespokeStencil-Variable';
    src: url('fonts/BespokeStencil-Variable.woff2') format('woff2');
         font-weight: 300 800;
         font-display: swap;
         font-style: normal;
  }
*/
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2021 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 300.0;
*
* available axes:
* 'wght' (range from 300.0 to 900.0)


@font-face {
    font-family: 'Satoshi-Variable';
    src: url('fonts/Satoshi-Variable.woff2') format('woff2');
         font-weight: 300 900;
         font-display: swap;
         font-style: normal;
  }
*/