@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
	--background: #FFF;
	--primary: #1E6FBA;
	--secondary: #fafafa;
	--tertiary: #e4e4e4;
	--accent: #D6E9F8;
	--text-color: #000;
	--black: #000;
	--white: #fff;
	--font-primary: 'Atkinson Hyperlegible';
	--font-secondary: 'Inter';
	--alert: #FFE4E1;
	--alert-accent: #FFDAB9;
	--note: #FFF9DB;
	--note-accent: #D2B48C;
}

/* blue: #DEE4EF; 
green: #D4E2D2; 
pink: #E3BDBB; 
yellow: #FDF3B9; */

@media (prefers-color-scheme: dark) {
:root {
	--background: #031726; /* midnight */
	--primary: #E3BDBB; /* pink */
	--secondary: #092c47; /* #f0ebe6 */
	--tertiary: #D4E2D2; /* green */
	--accent: #092c47; /* dk blue */
	--text-color: #e7e7e7;
	--black: #000;
	--white: #fff;
	--font-primary: 'Atkinson Hyperlegible';
	--font-secondary: 'Inter';
	--alert: #092c47; /* dk blue */
	--alert-accent: #FDF3B9; /* yellow */
	--note: #D4E2D2; /* green */
	--note-accent: #FDF3B9; /* yellow */
}
}

/*   src: url("https://interdependenthealth.micro.blog/uploads/2026/ebgaramond-variablefont-wght.woff");

.header-content .site-avatar {
border: 2px solid var(--accent-color);
} */

.left {
float: left;
width: 55%;
}

.right {
float: right;
width: 45%;
}

.intro li {
list-style-type: circle;
margin-left: 0;
padding-bottom: 10px;
}
.intro ul {
margin: 0;
}