@font-face {
    font-family: 'Amber Whiskey Aged';
    src: url('../fonts/AmberWhiskey-Aged.woff2') format('woff2'),
        url('../fonts/AmberWhiskey-Aged.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amber Whiskey';
    src: url('../fonts/AmberWhiskey-Regular.woff2') format('woff2'),
        url('../fonts/AmberWhiskey-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amber Whiskey Shadow';
    src: url('../fonts/AmberWhiskey-Shadow.woff2') format('woff2'),
        url('../fonts/AmberWhiskey-Shadow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Troemys Ornaments';
    src: url('../fonts/TroemysOrnaments.woff2') format('woff2'),
        url('../fonts/TroemysOrnaments.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Troemys Deco';
    src: url('../fonts/TroemysDeco.woff2') format('woff2'),
        url('../fonts/TroemysDeco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amber Whiskey Full Color';
    src: url('../fonts/AmberWhiskey-FullColor.woff2') format('woff2'),
        url('../fonts/AmberWhiskey-FullColor.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Troemys';
    src: url('../fonts/Troemys.woff2') format('woff2'),
        url('../fonts/Troemys.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::selection {
	background: transparent;
}
::-moz-selection {
	background: transparent;
}
html {
	font-size: 16px;
}
body {
	overflow-x: hidden;
	background-color: #F5F2E8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
body, input, textarea { 
	font-family: 'BrandonGrotesqueWeb-Regular',Helvetica,Arial,sans-serif; 
	color: #000000;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
	font-weight: 400; 
	font-family: 'Amber Whiskey';
	text-transform: uppercase;
}
strong {
	font-family:'BrandonGrotesqueWeb-Bold',Helvetica,Arial,sans-serif; 
}
a {
	color: rgb(42,54,70);
	text-decoration: underline;
}
a:hover {
		
}
a, button, img, .btn { 	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:focus, a:focus-within, a:active, .btn.focus, .btn:focus, .btn:focus-within, .btn:active {
	outline: none;
	box-shadow: none;
}
:focus {
    outline: none;
}
#main {
	height: 100vh;
}