@font-face {
  font-family: 'Cormorant Garamond';
  font-weight: 300;
  src: url('fonts/CormorantGaramond-Light.ttf') format('truetype');
}

body {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
}
.caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7em;
  margin-top: 12px;
  color: #333;
}

img {
  border: 2px dotted #888;
  padding: 5px;
}