/* 
Theme Name: Morris Strategic Advising
Author: Mayank Singh
Author URI: https://thewebsitetimes.com/
Version: 2.1
Description: A custom WordPress theme built for Morris Strategic Advising (MSA), designed to showcase Power Hour sessions, promote business clarity for solopreneurs, and support content marketing through workshops and thought leadership.
Text Domain: msa
Theme URI: https://morrisstrategic.com/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, clean, minimal, solopreneur, responsive
*/

/* =====Custom Fonts: Cabinet Grotesk===== */
/* Normal */
@font-face {
  font-family: "CabinetGrotesk";
  src: url("fonts/CabinetGrotesk/CabinetGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "CabinetGrotesk";
  src: url("fonts/CabinetGrotesk/CabinetGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "CabinetGrotesk";
  src: url("fonts/CabinetGrotesk/CabinetGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Extra Bold */
@font-face {
  font-family: "CabinetGrotesk";
  src: url("fonts/CabinetGrotesk/CabinetGrotesk-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
