/*
Theme Name: Physio Child
Template: twentytwentythree
Description: Full child theme για PhysioPlace Kozanis με homepage sections και blog
Author: Your Name
Version: 1.0
*/


/* Fonts & Base Styles */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@400;500;600&display=swap');

body {
  font-family: 'Inter', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'DM Sans', sans-serif;
}
a { color:#007bff; text-decoration:none;}
a:hover { color:#0056b3;}
.container { width:90%; max-width:1200px; margin:0 auto; }
section { padding:60px 0; }
button, .btn { background:#007bff; color:#fff; padding:12px 24px; border:none; border-radius:6px; cursor:pointer; font-weight:500;}
button:hover, .btn:hover { background:#0056b3; }
