/*
Theme Name: JHMA Student
Theme URI: https://jhma.ca
Author: FlowDeep Agency
Author URI: https://flowdeep.ca
Description: The JHMA Student theme is a fully custom, high-performance WordPress solution designed specifically for the human resources and management student association at the John Molson School of Business (JMSB / Concordia University). Engineered with a native internal custom fields system, it operates entirely without external plugins. Powered by Vite.js and Tailwind CSS, it transforms WordPress into a specialized custom CMS, offering a seamless administrative experience and built-in automatic updates via GitHub.
Version: 1.0.32
License: Proprietary
Text Domain: jhma-student
*/

/* 
 * This file is required by WordPress to recognize the theme.
 * All CSS is generated via Tailwind/Vite into dist/main.css
 */

:root {
  --color-jhma-cyan: #2BB8DC;
  --color-jhma-cyan-dark: #1e96b8;
  --color-jhma-dark: #3a3a3a;
  --color-jhma-light: #fafafa;
}

.bg-jhma-dark {
  background-color: #3a3a3a !important;
}
.text-jhma-dark {
  color: #3a3a3a !important;
}
.border-jhma-dark {
  border-color: #3a3a3a !important;
}
.from-jhma-dark {
  --tw-gradient-from: #3a3a3a !important;
  --tw-gradient-to: rgba(58, 58, 58, 0) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-jhma-dark {
  --tw-gradient-to: #3a3a3a !important;
}
