/*
Theme Name: Aquatic Theme
Author: Devin Black
Description: Dev's Aquatic Wordpress Theme
Version: 1.0
Tags: do you know who i am?
*/

@font-face {
font-family: equity_text_a;
font-style: normal;
font-weight: normal;
font-stretch: normal;
src: url('/fonts/equitya/equity_text_a_regular.woff2') format('woff2');
}

@font-face {
font-family: equity_text_a;
font-style: italic;
font-weight: normal;
font-stretch: normal;
src: url('/fonts/equitya/equity_text_a_italic.woff2') format('woff2');
}

@font-face {
font-family: equity_text_a;
font-style: normal;
font-weight: bold;
font-stretch: normal;
src: url('/fonts/equitya/equity_text_a_bold.woff2') format('woff2');
}

@font-face {
font-family: equity_text_a;
font-style: italic;
font-weight: bold;
font-stretch: normal;
src: url('/fonts/equitya/equity_text_a_bold_italic.woff2') format('woff2');
}


body{
	font-family:"equity_text_a";
}

.container{
	margin-top:20px;
}

p{
	font-size:12px;
}

.blog-post-title{
	font-size:15px;
}
