:root {
    /*Font Family */
   --onehub-title-family: 'Heebo', sans-serif;
   --onehub-body-bg: #ffffff;
   --onehub-secondary-color: #17384e;
   --onehub-primary-color: #ffbb3a;
   --onehub-title-color: #3c4856;
   --onehub-font-color: #8a9eb5;
   --onehub-white-color: #ffffff;
   --onehub-border-color: #e5e5f0;
   --onehub-yellow-color: #ffaa17;
   --onehub-offwhite: #f5f5f5;
   --onehub-blockquote-color: #fff;
   --onehub-blockquote-bg: #ffbb3a;

   --onehub-page-title-bg: #f4f4f4;
   --onehub-footer-bg: #031d2e;
   --onehub-submenu-bg: #f5f5f5;
   --onehub-sub-menu-bg: #f1f1f1;
   --onehub-input-border: #e5e5f0;
   --onehub-input-bg: #ffffff;
   --onehub-footer-bg: #242b3d;
   --onehub-placeholder: #97b0c1;

    --onehub-yellow-light-color: #fef3e4;	
	--onehub-pink-color: #ff4568;	
	--onehub-light-color1: #f9f8ff;
	--onehub-border-color: #e9e7f4;
	--onehub-blue-color:#0f68c2;
	--onehub-green-color:#45be93;
	--onehub-copyright-color:#ffbb3a;

   --onehub-global-size: 14px;   
   --onehub-0: 0;
   --onehub-circle-radius: 50%;
   --onehub-comman-radius: 3px;
   --onehub-radius10: 10px;
   --onehub-shadow: 0px 0px 40px 0px rgb(114 114 144 / 10%);
   --onehub-transition: all 0.5s;
}
body {
	font-family: 'Kalam', cursive !important;
	font-family: 'Heebo', sans-serif !important;
	font-family: 'Inter', sans-serif !important;
	overflow-x:hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Heebo', sans-serif;
}

p {
    font-family: 'Heebo', sans-serif;
    line-height: 1.5;
}
/* track  */

::-webkit-scrollbar {
	width: 4px;
}
/* Track */

::-webkit-scrollbar-track {
	background: #e1e1e1;
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: var(--onehub-primary-color);
	width: 4px;
}
/* define color */
.yellow-svg {
	fill: var(--onehub-yellow-color);
}
.text-svg {
	fill: var(--onehub-font-color);
}
.white-svg {
	fill: var(--onehub-white-color);
}
.yellow-svg {
	fill: var(--onehub-yellow-color);
}
.pink-svg {
	fill: var(--onehub-pink-color);
}
.onehub-main-copyright a {
    color: var(--onehub-white-color);
}
