/*
Theme Name: BLVNK
Theme URI: 
Author: PO21OM
Author URI: https://po21om.com
Description: Blank & minimal full site editing theme for WordPress.
Version: 1.0.0
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 7.4
Text Domain: blvnk
Tags: full-site-editing, block-styles, block-patterns, editor-style, template-editing, wide-blocks, featured-images

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

BLVNK WordPress Theme, (C) 2023 PO21OM.
BLVNK is distributed under the terms of the GNU GPL.
*/

/*------------------------------------------------------------
	default
------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
	outline: none;
	text-decoration-thickness: 2px;
	text-decoration-skip: spaces;
	text-decoration-skip-ink: auto;
	text-decoration-style: solid;
	transition: all .3s ease-in-out;
}
a:hover {
	outline: none;
	text-decoration-thickness: 2px;
	text-decoration-skip: spaces;
	text-decoration-skip-ink: auto;
	text-decoration-style: solid;
	transition: all .3s ease-in-out;
}
:focus {
	outline: none !important;
}
a img {
	text-decoration: none;
}
b,
strong {
	font-weight: var(--wp--custom--font-weight--bold);
}
ol,
ul {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0;
}
sup {
	position: relative;
	top: -0.75rem;
	vertical-align: baseline;
}
/*------------------------------------------------------------
	style
------------------------------------------------------------*/

/* 
--------------------------------------------- */
