/* ===================================================================================

* Theme Name: Mojito Child
* Theme URI: https://themexriver.com/wp/mojito
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Digital Agency WordPress Theme
* Version: 1.0.0
* Template: mojito
* Text Domain: mojito-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of mojito updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
h1 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 700; /* For bold headings */
}
h2 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 700; /* For bold headings */
}
h3 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 700; /* For bold headings */
}
h4 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 700; /* For bold headings */
}
h5 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 700; /* For bold headings */
}
h6 {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 700; /* For bold headings */
}
p {
  font-family: 'Clash Display', sans-serif !important;
  font-weight: 200; /* For lighter body text */
}

body {
    font-family: 'Clash Display', sans-serif !important;

}
div {
    font-family: 'Clash Display', sans-serif !important;
}
div {
    font-family: 'Clash Display';
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {

    font-family: 'Clash Display', sans-serif !important;
}
:root {
  scroll-behavior: inherit;
  --mt-body-font: 'Clash Display', sans-serif;
  --mt-body-color: #777c83;
  --mt-title-color: #22282f;
  --mt-main-color: #56ff61;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --mt-gradient: linear-gradient(90deg, #63ff49, #05fff6);
  --mt-gradient-2: linear-gradient(90deg, #9d00ff, #0099f8);
}
a {
 font-family: 'Clash Display', sans-serif !important;
}
.mt-team-item-4 .item-text h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--mt-title-color);
    font-family: "Clash Display", sans-serif !important;
}
