/*
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.   ***************/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Tilt+Warp&display=swap');
@font-face {
  font-family: 'Oswald-Stencil';
  src: url('fonts/Oswald-Stencil.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TiltWarp-Regular';
  src: url('fonts/TiltWarpEdited-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400; /* hoặc 600 cho SemiBold */
    font-style: normal; /* hoặc italic nếu cần */
  }
  h1, h2, h3, h4, h5, h6{
    font-family: 'TiltWarp-Regular';
  }

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


}