/*
Theme Name: Swish by NBN23
Theme URI: https://giga4.team/
Update URI: https://giga4.team/
Author: GIGA4.team
Author URI: https://giga4.team
Description: The GIGA4 team has developed this theme for this project based on the underscores starter theme. This theme was developed using HTML5, PHP8, CSS3 (using flex and grid) over SASS, and JS ES6. Some of this technologies may sound old in the century you are reading this, but we promise they were current at the time of development. We hope you enjoy it and it helps to grow up your project.
Version: 22.10.1
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swishbynbn23
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

swishbynbn23 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

body {

	--swish_color__background-body: var(--wp--preset--color--custom-grey-200);
	--swish_color__background-body-dark: var(--wp--preset--color--custom-grey-800);
	--swish_color__background-screen: var(--wp--preset--color--custom-grey-300);
	--swish_color__background-hr: var(--wp--preset--color--custom-grey-800);
	--swish_color__background-button: var(--wp--preset--color--custom-coral-500);
	--swish_color__background-pre: var(--wp--preset--color--custom-grey-300);
	--swish_color__background-ins: var(--wp--preset--color--custom-grey-300);
	--swish_color__background-featured: var(--wp--preset--color--custom-grey-700);

	--swish_color__text-screen: var(--wp--preset--color--custom-grey-800);
	--swish_color__text-input: var(--wp--preset--color--custom-grey-600);
	--swish_color__text-input-focus: var(--wp--preset--color--custom-grey-800);
	--swish_color__text-input-invalid: var(--wp--preset--color--custom-coral-500);
	--swish_color__text-input-valid: var(--wp--preset--color--custom-green-500);

	--swish_color__link: var(--wp--preset--color--custom-coral-500);
	--swish_color__link-hover: var(--wp--preset--color--custom-coral-500);
	--swish_color__text-main: var(--wp--preset--color--custom-grey-800);


	--swish_color__featured1: var(--wp--preset--color--custom-coral-500);
	--swish_color__featured2: var(--wp--preset--color--custom-green-500);
	--swish_color__white: var(--wp--preset--color--custom-grey-100);
	--swish_color__black: var(--wp--preset--color--custom-grey-900);
	--swish_color__grey: var(--wp--preset--color--custom-grey-500);

	--swish_color__error: var(--wp--preset--color--custom-coral-500);
	--swish_color__success: var(--wp--preset--color--custom-green-500);
	--swish_color__info: var(--wp--preset--color--custom-blue-500);


	--swish_color__border-button: var(--wp--preset--color--custom-coral-500);
	--swish_color__border-button-hover: var(--wp--preset--color--custom-coral-500);
	--swish_color__border-button-focus: var(--wp--preset--color--custom-coral-500);
	--swish_color__border-input: var(--wp--preset--color--custom-grey-400);
	--swish_color__border-abbr: var(--wp--preset--color--custom-grey-400);

	--swish_color__background-header: var(--wp--preset--color--custom-grey-800);
	--swish_color__background-footer: var(--wp--preset--color--custom-grey-800);

}

body.header-fixed.swishbynbn23_userpage .site-header.sticky .header-pre-wrapper .wp-block-site-logo a img {
	content: url("../../uploads/2024/05/logo-swish-area.svg");
}


