
@font-face {
  font-family: 'TiemposBold';
  src: url('/fonts/TiemposTextWeb-Bold.woff2') format('woff2'),
       url('/fonts/TiemposTextWeb-Bold.woff') format('woff');
  font-weight: 700;
}

body { background-color: #fdfdfd; color: #434a54; }
.wrapper { padding: 10px; max-width: 600px; margin: auto; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; }
h1 { text-align: center; font-size: 44px; margin: 50px 0px; font-family: 'TiemposBold', serif; font-weight: 700; }
h1 span { display: block; font-size: 18px; }
p { margin: 0 0 20px; }
footer { font-size: 14px; text-align: center; margin-top: 50px; border-top: 1px solid #d2d2d2; padding-top: 50px; }
