/*
Theme Name: Opal Superyachts
Theme URI: https://opalsuperyachts.com
Author: Centi Domingo
Author URI: https://your-portfolio-or-agency.com
Description: Custom WordPress theme for Opal Superyachts built with TailwindCSS and modern WP practices.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opalsuperyachts
*/

/* ===========================
   TYPOGRAPHY
   =========================== */




/* BODY / SUBTITLES / BUTTONS — LORA */
body,
.subtitle,
button,
input[type="button"],
input[type="submit"],
.button {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
}

/* BODY TEXT */
body {
  font-size: 16px;          
  line-height: 28px;        
  font-weight: 400;         
}

/* HEADINGS / TITLES — POPPINS */
h1,
h2,
h3,
h4,
h5,
h6,
.titles {
  font-family: "Lora", serif !important;
  font-weight: 400;
  margin: 0;
}

/* TITLES */
/* .titles {
  font-size: 96px !important;
  line-height: 96px !important;
  font-weight: 400 !important;
} */

/* SUBTITLE */
.subtitle {
  /* font-size: 24px;
  line-height: 28px;
  font-weight: 400; */
  font-style: italic; /* optional, if you liked the previous slogan style */
  /* margin: 1rem 0;     optional margin like slogan-style had */
}

/* HEADINGS */
/* h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
} */

h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

/* embla styles */
.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 300px;
  min-width: 0;
  margin-right: 20px;
}