/* ========================================================= */
/* Resets
/* ========================================================= */

img { max-width: 100%; }
body { margin: 0; }
/*  Border box reset / Borrowed from Tachyons / https://raw.githubusercontent.com/tachyons-css/tachyons/master/src/_box-sizing.css */
html, body, div, article, aside, section, main, nav, footer, header, form, fieldset, legend, pre, code, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, figcaption, figure, textarea, img, table, td, th, tr, input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], .border-box { box-sizing: border-box; word-wrap: break-word; }
address { font-style: normal; }
