/*
Theme Name: Kenny Portfolio
Description: Lightweight portfolio theme (Bootstrap 5.3.8) for Kenny Southavy.
Author: Kenny Southavy
Version: 1.0.0
Text Domain: kenny-portfolio
*/

:root{
  --bg:#000000;
  --fg:#f4f4f4;
  --muted:#bdbdbd;
  --accent:#20bf55;
  --accent2:#01baef;
  --accent-grad: linear-gradient(135deg,var(--accent),var(--accent2));
  --radius:18px;
  --speed:.35s;
}
html,body{background:var(--bg);color:var(--fg);scroll-behavior:smooth}
