/**
 * ideamatic.css
 */

 html {
    font-size: 18px;
  }
  html {
    font-size: 112.5%;
  }
  @media (max-width: 900px) {
    html {
      font-size: 15px;
    }
  }
  @media (max-width: 400px) {
    html {
      font-size: 13px;
    }
  }
/*GENERAL*/

 html {
    font-size: 112.5%;
  }
  body {
    --text-size-80: 0.563rem;
    --text-size-90: 0.75rem;
    --text-size-100: 1rem;
    --text-size-200: 1.3333rem;
    --text-size-300: 1.7778rem;
    --text-size-400: 2.3333rem;
    --text-size-500: 3.0556rem;
    --text-size-600: 3.9444rem;
    --text-size-700: 3.9444rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    background: #FFFFFF;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 2.25rem;
    margin-bottom: 1rem;
   font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.022em;
  }
  p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color:#127357;
  }
  small {
    font-size: var(--text-size-90);
  }
  h6, .h6 {
    font-size: var(--text-size-200);
  }
  h5, .h5 {
    font-size: var(--text-size-300);
  }
  h4, .h4 {
    font-size: var(--text-size-400);
  }
  h3, .h3 {
    font-size: var(--text-size-500);
  }
  h2, .h2 {
    font-size: var(--text-size-600);
  }
  h1, .h1 {
    font-size: var(--text-size-700);
  }
  .text-size-80 { font-size: var(--text-size-80); }
  .text-size-90 { font-size: var(--text-size-90); }
  .text-size-100 { font-size: var(--text-size-100); }
  .text-size-200 { font-size: var(--text-size-200); }
  .text-size-300 { font-size: var(--text-size-300); }
  .text-size-400 { font-size: var(--text-size-400); }
  .text-size-500 { font-size: var(--text-size-500); }
  .text-size-600 { font-size: var(--text-size-700); }
  .text-size-700 { font-size: var(--text-size-700); }
  
  /*Header*/
  .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
    font-weight: 700;
  }
  .header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a::after {
    height: 5px;
  }
  /*End Header*/

  /*Footer*/
  .widget_nav_menu h2.widget-title, #menu-footer-navigation{
    text-align: center;
  }
  .widget_nav_menu h2.widget-title, .widget_block h6{
    text-transform: none;
    font-size: 1.3333rem;
    font-weight: 500;
  }
  #menu-footer-navigation li a, .widget_block p{
    font-weight: 300;
  }
  
  /*End Footer*/