/*
Theme Name: Vượt Trội
Theme URI: https://vuottroi.com
Author: Vuottroi Team
Author URI: https://vuottroi.com
Description: WordPress theme cho Vuottroi.com – Phát triển bản thân, kỹ năng và tư duy mỗi ngày. Premium UI/UX, ACF Pro, CPT, fully dynamic.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vuottroi
Tags: blog, custom-background, custom-logo, featured-images, responsive-layout
*/

/* CSS Variables */
:root {
  --vt-bg: #f6f8ff;
  --vt-paper: #ffffff;
  --vt-ink: #111827;
  --vt-muted: #667085;
  --vt-navy: #081a3a;
  --vt-blue: #246bfe;
  --vt-cyan: #19d3ff;
  --vt-orange: #ff8a1f;
  --vt-green: #12b981;
  --vt-line: #e5e9f5;
  --vt-soft: #eef4ff;
  --vt-radius: 28px;
  --vt-shadow: 0 24px 70px rgba(8,26,58,.10);
  --vt-shadow-sm: 0 12px 32px rgba(8,26,58,.08);
  --vt-font: 'Be Vietnam Pro', system-ui, sans-serif;
}
