/*
Theme Name: Verisyn Technologies
Theme URI: https://verisyntechnologies.com
Author: Verisyn Technologies
Author URI: https://verisyntechnologies.com
Description: Custom theme for Verisyn Technologies — Microsoft consultancy, solutions, managed web, training and AI for corporate teams. Mineral-white / midnight-navy / teal + azure system.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: verisyn
*/

body { margin: 0; background: #F8F9FB; -webkit-font-smoothing: antialiased; font-family: 'Manrope', system-ui, sans-serif; }
a { color: #159F92; text-decoration: none; }
a:hover { color: #0F7C72; }


@media (max-width: 900px) {
  [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  header nav { flex-wrap: wrap !important; row-gap: 10px !important; column-gap: 14px !important; justify-content: flex-start !important; }
  header > div { flex-wrap: wrap !important; }
  header nav a { font-size: 13px !important; }
  [style*="vsFloat"] { display: none !important; }
  h1 { font-size: 32px !important; line-height: 1.1 !important; }
  h2 { font-size: 24px !important; }
}
@media (max-width: 600px) {
  section, footer, header > div { padding-left: 20px !important; padding-right: 20px !important; }
  section { padding-top: 48px !important; padding-bottom: 48px !important; }
}
