/*
Theme Name:         Trinity 2
Theme URI:          https://roots.io/sage/
Description:        Trinity based on Sage 10 and Locomotive Scroll + Modularjs
Version:            10.0.0-dev
Author:             Agence Keeo
Author URI:         https://www.keeo.fr/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       7.3
Requires at least:  5.4
*/

h1.wp-block-post-title,
h1.uagb-heading-text {
  font-family: Comfortaa;
  font-size: 5.75rem;
  line-height: 94px;
}
h2.wp-block-post-title,
h2.uagb-heading-text {
  font-family: Comfortaa;
  font-size: 3.5rem;
  line-height: 58px;
}
h3.wp-block-post-title,
h3.uagb-heading-text {
  font-family: Comfortaa;
  font-size: 2rem;
  line-height: 34px;
}
h4.wp-block-post-title,
h4.uagb-heading-text {
  font-family: Comfortaa;
  font-size: 1.5rem;
  line-height: 26px;
}
h5.wp-block-post-title,
h5.uagb-heading-text {
  font-family: Comfortaa;
  font-size: 1rem;
  line-height: 18px;
}
h6.wp-block-post-title,
h6.uagb-heading-text {
  font-family: Comfortaa;
  font-size: 0.875rem;
  line-height: 16px;
}

@media (max-width: 699px) {
  h1.wp-block-post-title,
  h1.uagb-heading-text {
    font-size: calc(5.75rem - 45px);
    line-height: 59px;
  }
  h2.wp-block-post-title,
  h2.uagb-heading-text {
    font-size: calc(3.5rem - 10px);
    line-height: 48px;
  }
  h3.wp-block-post-title,
  h3.uagb-heading-text {
    font-size: calc(2rem - 5px);
    line-height: 24px;
  }
}

.uagb-container-inner-blocks-wrap iframe {
  aspect-ratio: 16/9;
  height: auto;
}
