/*
Theme Name: AP Architects
Theme URI: https://architects.1c2.ru/
Author: most.promo
Description: Custom editable WordPress theme for AP Architects.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 8.3
Text Domain: ap-architects
*/

:root {
  color-scheme: light;
  --ap-paper: #f3f0ec;
  --ap-ink: #333333;
  --ap-black: #000000;
  --ap-white: #ffffff;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
