/* ------------------------------------ *\
  #ELEMENTS
\* ------------------------------------ */

/**
  * Sensible vanilla html element defaults.
  *
  * Code.................<code>, and <pre> defaults
  * Forms................<input>, <form>, <label> and <select> defaults.
  * Headings.............<h1> through <h6> defaults
  * iFrames..............<iframe> tag defaults
  * Images...............<img> and <svg> HTML tags
  * Links................Basic <a> link tags.
  * Lists................Ordered and unordered basic lists.
  * Page.................Basic <html> and <body> structure
  * Paragraphs...........Vanilla <p> tag
  * Quotes...............<figure>, <blockquote>, and <figcaption>
  * Sections.............<section> tags for content separation
  * Tables...............Default table, table row, header, etc. styles.
  */

@import 'elements.code';
@import 'elements.forms';
@import 'elements.headings';
@import 'elements.iframes';
@import 'elements.images';
@import 'elements.links';
@import 'elements.lists';
@import 'elements.page';
@import 'elements.paragraphs';
@import 'elements.quotes';
@import 'elements.sections';
@import 'elements.tables';