@font-face {
    font-family: 'photograph_signatureregular';
    src: url('photograph_signature.woff2') format('woff2'),
         url('photograph_signature.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montextralight_demo';
    src: url('mont-extralightdemo.woff2') format('woff2'),
         url('mont-extralightdemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montheavy_demo';
    src: url('mont-heavydemo.woff2') format('woff2'),
         url('mont-heavydemo.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 {
  font-family: 'photograph_signatureregular';
  text-align: center;
}

.item {
  width: 200px;
  text-align: center;
  margin: 50px auto;
}
