/*
 Theme Name:   LaCosta Theme Child
 Theme URI:    https://lacosta.chiic-digital.website
 Description:  Child theme of Hello Elementor, Created by Nadilac
 Author:       Nadilac 
 Author URI:   anhnguyen.ui.design@gmail.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Regular */
@font-face {
  font-family: 'Lato';
  src: url('/wp-content/themes/hello-child/assets/fonts/Lato Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

/* Regular */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

/* Italic */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}

/* Medium */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

/* Medium Italic */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}

/* SemiBold */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

/* SemiBold Italic */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
}

/* Bold */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

/* Bold Italic */
@font-face {
  font-family: 'Poltawski Novy';
  src: url('/wp-content/themes/hello-child/assets/fonts/PoltawskiNowy-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}



/* Base style cho tất cả heading */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poltawski Novy', sans-serif !important;
  letter-spacing: -0.05em;
  line-height: 40px !important;
  font-kerning: normal;
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* Chỉ H1 và H2 dùng SemiBold Italic */
h1, h2 {
  font-weight: 600;   /* SemiBold */
  
}





body, p, li, blockquote {
  font-family: 'Lato VH', sans-serif !important;
  font-weight: 400; /* Regular */
  margin-bottom: 1em;
}

.site-header {
  background: transparent;
  transition: background-color 0.3s ease;
  z-index: 999;
}

.header-text {
	color: #F6F2EC;
  	transition: color 0.3s ease;
}


