/*
Theme Name: Advocate UAE Landing
Theme URI: https://consult.advocateuae.com/
Author: Advocate UAE
Description: Minimal high-performance landing page theme for Advocate UAE consultation pages.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: advocate-uae-landing
*/

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f8f4ed;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}