@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/AGaramondPro-Regular.woff2') format('woff2'),
        url('fonts/AGaramondPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/AGaramondPro-Italic.woff2') format('woff2'),
        url('fonts/AGaramondPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Gotham Book', sans-serif;
	color: #d3be95;
}
.uk-heading{
	font-family: 'Adobe Garamond Pro';
	color: #d3be95;
}
a{
	color: inherit;
}
a:hover{
	color: #fff;
	text-decoration: none;
}

.spacing{
	letter-spacing: 1.1rem
}