/* =========================================================
   Milestone Drywall — your custom CSS
   ---------------------------------------------------------
   This file is loaded AFTER main.css, so anything here wins.
   Nothing in the theme writes to it, so it is safe to edit.

   ONE CAVEAT: re-uploading the theme zip overwrites this file.
   Keep a copy, or use Appearance → Customize → Additional CSS
   for anything you cannot afford to lose.

   NOTE ON !important: most layout in this theme lives in inline
   style attributes (inherited from the original design export).
   Inline styles outrank stylesheets, so overriding spacing,
   colours or grid columns from here needs !important. Text
   colours and fonts set via CSS variables do not.
   ========================================================= */

/* --- Handy variables you can override globally ---
:root{
  --accent: #A12421;
  --font-head: 'Oswald', sans-serif;
  --font-body: 'Archivo', sans-serif;
  --kb: 15s;
}
*/

/* --- Examples ---
.ms-svc{ min-height:200px !important; }
.ms-slide-title{ letter-spacing:0 !important; }
#projects{ padding:60px 32px !important; }
*/
