/*
Theme Name: Clinix
Theme URI: https://github.com/imfelixyeung/wordpress-theme-clinix
Author: Felix, Michael
Author URI: https://felixyeung.com/, https://michaelwiciak.com/
Description: A WordPress Theme for Clinics
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.4
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: clinix
Tags:
*/

@import url(https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap);

:root {
	--font-sans: "Google Sans", sans-serif;
	--color-primary: #4f46e5;
	--color-primary-foreground: #fff;
	--color-secondary: #1f2937;
	--color-secondary-foreground: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--font-sans);
}
