/*
Theme Name: Blockbase Child
Theme URI: 
Author: JackalWP
Author URI: 
Description: Blockbase Child theme for JackalWP
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: blockbase
Text Domain: blockbase-child
Tags: 
*/

a:hover {
    text-decoration: none;
}

body {
	background-color: #40533A;
    cursor: url(https://jackalwp.com/wp-content/uploads/2026/05/cursor-crosshair.png) 16 16, auto;
    font-family: Courier, monospace;
}

.wp-block-site-title {
	font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-size: var(--wp--custom--font-sizes--huge);
}

form, input, textarea, select, button {
	color: #c5b585;
}

.btn {
	padding: 10px 26px;
	border: 2px solid #fff;
	color: #c5b585;
	font-size: 18px;
	background-color: transparent;
    font-family: Courier, monospace;
}