h1, h2, h3, h4, h5, h6 { font-weight: 400; }  body { animation: fadeInAnimation ease 1s; animation-iteration-count: 1; animation-fill-mode:forwards; } @keyframes fadeInAnimation { 0% { opacity: 0; } 100% { opacity: 1; } }  blockquote { font-family: Cormorant Garamond,georgia,Times New Roman,times,serif; } .bricks-mobile-menu .menu-item-has-children.open.active > .brx-submenu-toggle > button svg { transform: rotateZ(-180deg); }  li#tab-title-wpt-2727 { order: 2; }  .coupon input { color: var(--base); }