/* 
Theme Name: The Finch Theme
Theme URI: https://thefinchspace.com
Author: https://thefinchspace.com
Author URI: https://yourwebsite.com
Description: A custom WordPress theme powered by Tailwind CSS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thefinch-theme
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

body {
  font-family: Inter;
}
