@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap');

:root {
  --bg:#f5f5f3; --bg2:#ffffff; --bg3:#f0f0ee; --bg4:#e8e8e6;
  --border:#e0e0de; --border2:#d0d0ce;
  --text:#222222; --text2:#444444; --text3:#666666;
  --gold:#CECECE; --gold2:#a8a8a6;
  --brand:#484849; --brand2:#3a3b3c;
  --green:#3a9a6a; --red:#d04040; --blue:#4a7ab5;
  --orange:#c07830; --purple:#7a52af; --teal:#4a8a7a;
  --r:4px; --shadow:0 4px 24px rgba(72,72,73,.12);
}
