/** CSS
 @css:      Sample
 @org:      HeartMath Institute
 @org uri:  heartmath.org/sample
*/

/** CSS INDEX
 01. GLOBAL
 02. @MEDIA
*/


/* GLOBAL
======================================== */
body.page-is-sample {
  /* sample css... */
}



/* @MEDIA - Global
======================================== */
@media (min-width: 1400px) {
  /* sample breakpoint css... */
}