/*
Theme Name: Blank
Theme URI: https://ioanniskrikos.me
Author: Ioannis
Author URI: https://ioanniskrikos.me
Description: A blank starter WordPress theme.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank
*/

* { scroll-behavior: smooth; }

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0a0f1a; }
::-webkit-scrollbar-thumb { background: #243556; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #e8743b; }
.grecaptcha-badge {display:none !important;}