/*
Theme Name: Tomland
Theme URI: https://tomland.vn
Description: Pure WordPress theme for Tomland real estate platform.
Author: Tomland Team
Version: 1.0.0
Text Domain: tomland
*/

:root {
  --taniland-primary: #001e40;
  --taniland-primary-container: #003366;
  --taniland-secondary: #2a6b2c;
  --taniland-surface: #f8f9fa;
  --taniland-on-surface: #191c1d;
  --taniland-outline: #c3c6d1;
}

body.taniland-body {
  background: var(--taniland-surface);
  color: var(--taniland-on-surface);
  font-family: "Be Vietnam Pro", sans-serif;
}

.taniland-main {
  min-height: 60vh;
}

.taniland-prose p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.taniland-prose h2,
.taniland-prose h3 {
  font-weight: 800;
  color: var(--taniland-primary);
  margin: 2rem 0 1rem;
}

.taniland-prose ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}