/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



/* ==== General ==== */
/* Smooth Scrolling */
html, body {
	scroll-behavior: smooth;
}


/* ==== Typography ==== */
/* Hyphens */
h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}


/* ==== Complianz ==== */
/* Documents */
#cmplz-document {
  width: 100%;
  max-width: $content_width;
  margin-left: auto;
  margin-right: auto;

  a,
  i,
  span {
    font-size: inherit !important;
  }
}


