/*?Fontface*/
@font-face {
  font-family: "Bradford";
  src: url("../fonts/BradfordLL-Light.woff") format("woff"),
    url("../fonts/BradfordLL-Light.woff2") format("woff2");
  font-weight: inherit;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Stein";
  src: url("../fonts/SteinskriftValle-Regular.woff") format("woff"),
    url("../fonts/SteinskriftValle-Regular.woff2") format("woff2");
  font-weight: inherit;
  font-style: normal;
  font-stretch: normal;
}

/*Capilla wraper*/
h1,
h2,
h4,
p {
  font-family: "Stein";
  letter-spacing: 0.05em;
  font-weight: normal !important;
}
h3 {
  font-family: "Bradford";
  font-weight: normal !important;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 28px;
}
p {
  font-size: 12px;
}
.clock p {
  color: #828282;
  font-size: 18px;
  display: inline;
}
