﻿
@charset "utf-8";
@font-face {
	font-family: Helvetica;
	src: url('Helvetica-Regular.woff') format('woff'), url('Helvetica-Regular.ttf'), format('truetype');
}
/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 2
   Coding Challenge 1

   Author: Io Anderson
   Date:   9/18/25
   
   Filename: code2-1.css
*/

/* Heading Styles */

h1{
	font-size: 3.5em;
	line-height: 0em;
}
h1, h2{
	font-family: Helvetica, Arail, sans-serif;
	letter-spacing: 0.1em;
}

/* Blockquote Styles */

blockquote{
	color: hsl(30, 85%, 45%);
	font-size: 1.5em;
}


aside>h1 {
	font-size: larger;
}
/* Footer */

body > footer {
	background-color: hsl(30, 85%, 45%);
	color: white;
	font: normal 2em 
		Helvetica, Arail, sans-seriff;
	text-align: center;