/*
 * KOMA Design System - Modular Asset CSS
 * Theme: Koalisi Media Alternatif
 * Version: 1.0.0
 */

/* Brand Color Palette */
:root {
  --koma-ink: #1A1A1A;
  --koma-white: #FFFFFF;
  --koma-surface: #F5F5F3;
  --koma-gray: #6B6B6B;
  --koma-line: #E4E4E1;
  --koma-merah: #FF3700;
  --koma-hijau: #3FB919;
  --koma-biru:  #4000FF;
  --koma-ungu:  #9600B2;
}

/* Base Editorial Styling */
.koma-hero-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.koma-hero-card:hover {
  transform: translateY(-2px);
}

.site-branding img {
  max-width: 180px !important;
  height: auto !important;
  max-height: 56px !important;
}
