/*
Theme Name: FareNia Travels
Theme URI: https://fareniatravels.com
Author: The Free Website Guys
Author URI: http://thefreewebsiteguys.com
Description: Luxury travel planning SPA theme for FareNia Travels.
Version: 1.0.4
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: tmt
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
}

img,
video {
  max-width: 100%;
  display: block;
}

#tmt-app img:not([class*="object-contain"]),
#tmt-app video {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

#tmt-app {
  min-height: 100vh;
}
