/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Kadence Child Theme with Satoshi (WOFF2 only)
Author: HR
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* ================================
   SATOSHI WEB FONT (WOFF2 ONLY)
================================ */

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Global Typography */
body {
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Satoshi', sans-serif;
}
/************* Custom CSS ******************/
/*========== website button aerrow css  Start ============*/
.gv-btn-group{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;white-space:nowrap!important;gap:0!important;line-height:0!important;text-decoration:none!important}.gv-btn{text-decoration:none!important;display:flex!important;align-items:center!important;height:44px!important;padding:0 26px!important;background:#b6e889!important;color:#0a1431!important;border-radius:999px!important;font-size:16px!important;line-height:1!important}.gv-btn-arrow{width:44px!important;height:44px!important;display:block!important;flex:0 0 44px!important;max-width:44px!important}.gv-btn-group:hover{text-decoration:none!important}
/*========== website button aerrow css  End ============*/