/*
Theme Name: Bones
Theme URI:  https://antidot.io
Author: Pedro Stoehr / Antidot
Author URI: https://antidot.io
Description: Just another barebone theme for WordPress. No shit, no glitter.
Requires at least: 6.0
Tested up to: 6.0.3
Requires PHP: 8.x
Version: 1.14
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bones
Tags: barebone, simple

Bones WordPress Theme, (C) 2025 antidot.io
Bones is distributed under the terms of the GNU GPL.
*/

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

@import url('vendor/bootstrap-5.3.6-dist/css/bootstrap-reboot.min.css');
@import url('vendor/bootstrap-5.3.6-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}
.wp-caption,.wp-caption-text,.gallery-caption,.bypostauthor,.alignright,.alignleft,.aligncenter,.screen-reader-text{}

/*! END OF LINE */
