/*
Theme Name: Kdecash PigCash Fintech Theme
Theme URI: https://kdecash.com
Author: Kdecash
Description: Tema WordPress Fintech inspirado no app KDE Cash GO
Version: 3.2
*/

:root{
  --kde-orange:#FF7A1A;
  --kde-dark:#0F172A;
}

body{
  font-family: Inter, system-ui, sans-serif;
  background:#fff;
  color:var(--kde-dark);
}
