/*
Theme Name:Cabinet Endocrinologie
Theme URI: https://example.com/
Author: Eva & GPT
Author URI: https://example.com/
Description: Temă WordPress simplă pentru un cabinet de endocrinologie, generată dintr-un layout React.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clinica-endocrino
*/

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #0f172a;
  color: #0f172a;
  margin: 0;
  padding: 0;
}
a {
  color: #0f766e;
}
a:hover {
  color: #14b8a6;
}
main {
  min-height: 60vh;
}
