/*
Theme Name: AggyArtTheme
Author: Agatha
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: aggyarttheme
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: gothic;
	src: url(./fonts/LeagueGothic-Regular-VariableFont_wdth.ttf);
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.heading-font{
	font-family: gothic;
}

.slick-track{
	height: 500px;
}

a{
	text-decoration: none;;
}

.wp-element-button, .wp-block-button__link{	
	background-color: #0073aa;
	color: white;

}

.wp-element-button:hover{
	/* background-color: #a50e00; */
	border: 4px solid rgba(100,100,100, 0);
} 

/* .wp-block-navigation-item__label{
	text-decoration: none;
} */

/* Nav */
.wp-block-navigation-item__content{
	text-decoration: none !important;
}