/*
Theme Name: GP Theme
Author: Creative Stream
Author URI: https://creativestream.co.uk
Theme URI: https://creativestream.co.uk
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: general-practice-theme
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.5

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;
}

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

	html {
		scroll-behavior: auto;
	}
}

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

/*Loaded in the font styles in style.css, attempted to load them in admin in functions.php but couldn't get it to work*/
@font-face {
	font-family: 'Albert Sans';
	src: url('assets/fonts/Albert_Sans/static/AlbertSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Figtree';
	src: url('assets/fonts/Figtree/static/Figtree-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
