@font-face {
    font-family: 'GillStd';
    src: url('GillSansStd.eot');
    src: url('GillSansStd.eot?#iefix') format('embedded-opentype'),
        url('GillSansStd.woff2') format('woff2'),
        url('GillSansStd.woff') format('woff'),
        url('GillSansStd.ttf') format('truetype'),
        url('GillSansStd.svg#GillSansStd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GilllgtStd';
    src: url('GillSansStd-Light.eot');
    src: url('GillSansStd-Light.eot?#iefix') format('embedded-opentype'),
        url('GillSansStd-Light.woff2') format('woff2'),
        url('GillSansStd-Light.woff') format('woff'),
        url('GillSansStd-Light.ttf') format('truetype'),
        url('GillSansStd-Light.svg#GillSansStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'GillStd';	
}
h1, h2, h3 {
    font-family: 'GilllgtStd';	
}
p {
	margin-bottom: 0;
}
.header {
	background-color: #dadee3;
}
.header a {
	color: #000;
	text-decoration: none;
}
.footer {
	background-color: #dadee3;
}
.luxury {
	background-color: #667d90;
	color: #fff;
}
.luxury a {
	color: #fff;
	text-decoration: none;
}
