/* ==========================================================================
   GLOBAL CSS - SAO VÀNG MEKONG
   Global variables, typography & shared utilities
   ========================================================================== */

:root {
  --primary-color: #008000;
  --secondary-color: #ed3237;
  --text-color: #333333;
  --font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}

body {
  font-family: var(--font-family);
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Base Layout Container */
.wraper {
  width: 100%;
  overflow-x: hidden;
}

/* Images & Media responsive */
img {
  max-width: 100%;
  height: auto;
}
