/*
Theme Name: Evoked Potential
Theme URI: https://example.com
Author: شما
Description: قالب ساده و زیبا برای نمایش نتایج تست Evoked Potential بیماران MS
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: evoked-potential
*/

body {
  font-family: 'Vazirmatn', sans-serif;
  background: #f8f9fa;
  direction: ltr;
}
h1, h2, h3 {
  color: #0d47a1;
}
.ep-hero {
  background: linear-gradient(135deg, #e0f7fa, #bbdefb);
  padding: 60px 20px;
  border-radius: 12px;
  margin: 30px 0;
}
.ep-chart {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}