/* default.scss www.jrignacio.com Created by JR Ignacio. Copyright 2014 JR Ignacio. All rights reserved. */
:root { --system-ui: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

html, html * { font-family: var(--system-ui); }

.text-center { text-align: center; }

body { font-weight: 300; background: #d8e7e7; }

h1 { font-weight: 900; }

h1 a:link, h1 a:visited { color: #191919; text-decoration: none; }

h1 a:hover { color: black; text-decoration: underline; }

h2 { font-weight: 700; }

h3 { font-weight: 500; }

p { margin: 1.5em 0.5em; }

a { text-decoration: underline; }

a:hover { color: lightsalmon; }

/*# sourceMappingURL=default.css.map */