/*
Theme Name: IMM Mentor
Theme URI: https://immmentor.ro/
Author: Wing Leading Edge / Quantinfinity
Description: Temă custom IMM Mentor pentru landing page și CMS public — replică design Magic Solutions (X/Cornerstone) din local/mentor/.
Version: 0.1.0
License: Proprietar
Text Domain: imm-mentor
*/

/* Placeholder — la Faza 3 completăm cu CSS-ul real din local/mentor/css/ */
:root {
  --primary-gradient-start: #002d9c;
  --primary-gradient-end: #0f62fe;
  --text-dark: #354e5a;
  --text-muted: #848484;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--text-muted);
}

.navFirst, .orangeButton {
  background-image: linear-gradient(45deg, var(--primary-gradient-start) 0%, var(--primary-gradient-end) 100%);
  color: white;
}
