/*
Theme Name: Granlund Support Standalone (Rewritten)
Theme URI: https://granlund.biz/
Author: Granlund Kommunikation
Author URI: https://granlund.biz/
Description: Standalone one-page theme for "Ladda ner Supportprogram" downloads.
Version: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: granlund-support
*/

:root{
  --bg:#f6f8fb;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e6edf5;
  --shadow: 0 10px 30px rgba(15, 23, 42, .06);
  --radius:16px;
  --brand:#111827;
  --accent:#0ea5e9;
  --success:#16a34a;
}

*{ box-sizing: border-box; }
html, body { height: 100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:var(--bg);
  color:var(--text);
}

a{ color: inherit; }
img{ max-width:100%; height:auto; display:block; }
