/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-product-gallery__image video {
    width: 100%;
    height: 500px;
    display: block;
}


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Tenor+Sans&display=swap');

.brew-text {
  font-family: 'Cormorant Garamond', serif; /* elegant, curvy */
  font-size: 22px;
  line-height: 1.6;
  color: #1f1f1f;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.brew-text span {
  font-family: 'Tenor Sans', sans-serif; /* subtle contrast */
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  color: #6b6b6b;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}