/*
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: "poppins-bold";
  src: url("poppins_bold.ttf");
  font-display: swap; 
}
@font-face{
     font-family: "poppins-light";
  src: url("poppins_light.ttf");
  font-display: swap; 
}

h3{
    font-family: poppins-bold;
    font-size: 2.5rem !important;
    color: #099fc4;
}
p{
    font-family: poppins-light;
}
@media (max-width: 576px) { 
    h3{
    font-size: 1rem;
}
}