/*
Theme Name: LJMZ Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Custom theme for LJ Solutions x MZ Vietnam landing website.
Version: 1.0.0
Text Domain: ljmz
*/

:root {
  --gold: #b8943b;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --overlay: rgba(0, 0, 0, 0.55);
  --overlay-2: rgba(0, 0, 0, 0.35);
}

html,
body {
  height: 100%;
}
body {
  font-family:
      "Poppins",
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Arial,
      sans-serif;
}