/*
Theme Name: Bones
Author: Pedro Stoehr / Antidot
Author URI: https://antidot.io
Description: Just another barebone theme for WordPress. No shit, no glitter.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/*! IMPORTS ---------------------------------------------------------------- */

@import url(vendors/normalize.css);
@import url(vendors/bootstrap-4.3.1-dist/css/bootstrap-grid.min.css);

/*! BASE ------------------------------------------------------------------- */

*,*::before,*::after{box-sizing:border-box}
html,body{min-height:100vh}
body{background-color:#FFF;color:#000;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400!important;font-size:1rem;letter-spacing:.01em;line-height:1.428;}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
[tabindex="-1"]:focus{outline:0!important}
.img-fluid{height:auto;max-width:100%;}

/*! CUSTOM ----------------------------------------------------------------- */

/*! END OF LINE */