/*
Theme Name: HotNews Theme
Theme URI: https://hotnews.local
Author: ChatGPT (GPT-5 Thinking)
Author URI: https://hotnews.local
Description: მუქი სტილის საინფორმაციო პორტალი სლაიდერით, ტოპ სტატიებით და სრულად responsive დიზაინით.
Version: 1.0
Text Domain: hotnews
*/

/* დამატებითი აქცენტები, რაც tailwind-ს გარეთ გვჭირდება */

.shadow-card {
  box-shadow: 0 20px 40px rgba(0,0,0,.6);
}

.hn-gradient-overlay {
  background: linear-gradient(
    to top,
    rgba(0,0,0,.8) 0%,
    rgba(0,0,0,.2) 60%,
    rgba(0,0,0,0) 100%
  );
}

.hn-badge {
  box-shadow: 0 10px 30px rgba(255,45,85,.5);
}

.hn-ring {
  box-shadow: 0 0 10px rgba(255,45,85,1);
}

body {
  background-color: #0f1117;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
}
*/

