/*!
Theme Name: Weblance
Theme URI: https://weblance.local/
Author: Weblance
Description: Clean block-based starter aligned with WeblanceThemeSkill.
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
  --weblance-bg: #ffffff;
  --weblance-text: #111111;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--weblance-bg);
  color: var(--weblance-text);
}

* {
  box-sizing: border-box;
}
