/*
Theme Name: Cowboy Coming Soon

Author:John Kalinga

Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 5.2
*/
@font-face{
     font-family: "worksans-bold";
  src: url("WorkSans-Bold.ttf");
  font-display: swap; 
}
@font-face{
     font-family: "worksans-light";
  src: url("WorkSans-Light.ttf");
  font-display: swap; 
}

h3{
    font-family: worksans-bold;
    font-size: 2.5rem ;
    color: #720013;
}
p{
    font-family: worksans-light;
}
@media (max-width: 576px) { 
    h3{
    font-size: 1.5rem;
}
}