/*
Theme Name: Discover Dalmatia
Author: Studio Locus
Author URI: https://studio-locus.hr/
Description: Custom WordPress theme showcasing Dalmatian destinations.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: discover-dalmatia
*/

:root {
  --color-primary-dark: #03045E!important;
  --color-primary: #0077B6!important;
  --color-primary-light: #F5F9FC!important;
  --color-accent-yellow: #F4C430!important;
  --color-accent-orange: #FFA500!important;
  --color-bg-light: #F5F9FC!important;
  --color-text-dark: #1C1C1C!important;
  --color-text-light: #FFFFFF!important;
      --swiper-theme-color: #fff!important;
}


.bg-light {
  background-color: #F5F9FC!important;
}


/* Obavezno: spriječi horizontalni scroll */
body, html {
  overflow-x: hidden;
}
