/*
Theme Name: EZ Travel Blog (Elementor Ready)
Theme URI: https://example.com/
Author: You
Description: Lightweight custom theme designed to work with Elementor Theme Builder and custom post/category layouts.
Version: 1.0.0
Text Domain: ez-travel-blog
*/

/* Keep CSS minimal. Elementor will handle most styling. */
body { margin: 0; }

/*homepage logo*/
.eztb-header__logo img,
.custom-logo {
  max-width: 180px;
  height: auto;
}

@media (max-width: 768px) {
  .eztb-header__logo img,
  .custom-logo {
    max-width: 140px;
  }
}

/* ===============================
   Global Font Enforcement
   =============================== */
html, body {
  font-family: "Outfit", sans-serif;
}
/* Force Outfit font across Elementor */
body,
.elementor,
.elementor-widget,
.elementor-heading-title,
.elementor-text-editor {
  font-family: "Outfit", sans-serif !important;
}

/*button for View on youtube and follow on tiktok*/
.elementor-10 .elementor-element.elementor-element-175010c .elementor-button:hover, .elementor-10 .elementor-element.elementor-element-175010c .elementor-button:focus,
.elementor-10 .elementor-element.elementor-element-de28429 .elementor-button:hover, .elementor-10 .elementor-element.elementor-element-de28429 .elementor-button:focus {
    color: #E63946;
    border-color: #E63946 !important;
}

/*coming soon*/
.coming-soon .elementor-button span {
    cursor: not-allowed !important;
}
