/**
 * Theme Name: BTClock
 * Template:   storefront
 * ...other header fields
 */

* {
    font-family: "Ubuntu";
    font-weight: 400;
}

.site-title span {
		font-family: 'Antonio', 'Ubuntu', sans-serif;
	 	font-weight: 400;
		font-size: 1.8rem;
		border: 2px solid gold;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    margin: 0 5px 0 0;
    display: inline-block;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}
