/*
 Theme Name: Talking-Buddy Child
 Theme URI: https://talking-buddy.com
 Description: Child theme for Talking-Buddy with brand styles.
 Author: AHAN Apps LLC
 Author URI: https://talking-buddy.com
 Template: astra
 Version: 1.0
*/

:root{
  --tb-blue:#1F6BE5;
  --tb-apocyan:#94CCFF;
  --tb-carrot:#FF6E2E;
  --tb-sunflower:#FFC610;
  --tb-welsh:#1ABA66;
  --tb-black:#000000;
}

body{
  font-family:"Open Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
h1,h2,h3,h4,h5{
  font-family:"Apercu","Open Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
a{color:var(--tb-blue);}
a:hover{color:#124db1;}
.btn-primary{
  background:var(--tb-blue);
  color:#fff;
  border-radius:10px;
  padding:.75rem 1.25rem;
  display:inline-block;
}
.section-calm{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%);
}
header.site-header{position:sticky;top:0;z-index:9999;}
html,body{overflow-x:hidden;}
.site-header, .main-header-bar, .ast-container{max-width:100%;overflow-x:hidden;}
img, video{max-width:100%;height:auto;}
*{box-sizing:border-box;}
