/*
Theme Name: TheNewGate Global
Theme URI: https://thenewgate.com
Author: TheNewGate Asia Pacific Pte. Ltd.
Description: Corporate website for TheNewGate Asia Pacific — Cross-border trade infrastructure for ASEAN.
Version: 1.0.0
Text Domain: tng-global
*/

/* Minimal base resets — main styles in assets/css/globals.css */

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

html {
  font-size: 100%;
}

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

a {
  color: inherit;
}

ul, ol {
  list-style: none;
}
