﻿@charset "UTF-8";

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

body {
	
	font-family: "Work Sans", Helvetica, Arial, sans-serif;
	
}

h1 { 
	
	font-size: 2em;
	font-weight: bold;

}
h1 span { font-weight: normal; }
