/**
 * @file
 * base.css
 * 
 * The basic styles and shorthand codes
 * 
 * -------------------------------------------------
 * Updated: Alberni Design Jr - 2019-02-12
 * 
 * Attached thru `.libraries.yml`
 *
 ============================================================================ */


/*=======================================
   Shorthand Classes
  =======================================*/

/*=======================================
   Elements
  =======================================*/

/* Paragraphs */
p {
  color: #777;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}

