/*
Theme Name: Simplenotes
Version: 6.2
Theme URI: https://carlaizumi-bamford.com/simplenotes/
Author: Carla Izumi Bamford
Author URI: https://carlaizumibamford.com
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 7.2.34
Description: Simplenotes is a clean and minimal WordPress theme that requires no plugins to run. The theme features a dropdown menu, social media integration, sidebar widgets, threaded comments, theme option page, and more. The simple notebook is ready for both writers and readers.
Tags: threaded-comments, right-sidebar, theme-options, blog, news, photography, portfolio
Text Domain: simplenotes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(css/common.css);
@import url(css/class.css);
@import url(css/navigation.css);
/*-------------------------------
TYPOGRAPHY
--------------------------------*/
@font-face{
	font-family: 'Gotham Light';
	src: url('fonts/Gotham Light.eot');
	src: url('fonts/Gotham Light.eot#iefix') format('embedded-opentype'),
	url('fonts/Gotham Light.woff') format('woff'),
	url('fonts/Gotham Light.ttf') format('truetype'),
	url('fonts/Gotham Light.svg#webfont') format('svg');
	}
@font-face{
	font-family: 'Gotham Medium';
	src: url('fonts/Gotham Medium.eot');
	src: url('fonts/Gotham Medium.eot#iefix') format('embedded-opentype'),
	url('fonts/Gotham Medium.woff') format('woff'),
	url('fonts/Gotham Medium.ttf') format('truetype'),
	url('fonts/Gotham Medium.svg#webfont') format('svg');
	}
@font-face{
	font-family: 'Gotham Bold';
	src: url('fonts/Gotham Bold.eot');
	src: url('fonts/Gotham Bold.eot#iefix') format('embedded-opentype'),
	url('fonts/Gotham Bold.woff') format('woff'),
	url('fonts/Gotham Bold.ttf') format('truetype'),
	url('fonts/Gotham Bold.svg#webfont') format('svg');
	}