.cursor {
cursor: url("images/pt/detail.png"), pointer;	
}

.cursor:hover {
opacity: 0.6;
}

@font-face {
font-family: 'garamond';
src: url('EB-Garamond/EBGaramond-Regular.ttf');
font-weight: normal;
font-style: normal;
}

.garamond {
font-family: 'garamond';
font-size: 14pt;
color: black;
letter-spacing: 0em;

}