/*
Theme Name: teamdarmstadt
Theme URI: https://www.teamdarmstadt.de
Description: HCI at TU Darmstadt — official conference theme for #teamdarmstadt. Manage people and papers through the WordPress admin.
Author: Team Darmstadt
Version: 1.0.1
Text Domain: teamdarmstadt
*/

/* Design tokens — main styles live in assets/css/theme.css */
:root {
  --red: #9C1A1C;
  --red-dark: #7a1416;
  --white: #ffffff;
  --light: #f7f7f7;
  --dark: #2c2c2c;
  --text: #444444;
  --grey: #888888;
  --border: #e5e5e5;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}