@font-face {
    font-family: 'GothamRounded';
    src: url('fonts/GothamRounded-Book.woff2') format('woff2'), url('fonts/GothamRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('fonts/GothamRounded-Bold.woff2') format('woff2'), url('fonts/GothamRounded-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('fonts/GothamRounded-Medium.woff2') format('woff2'),
        url('fonts/GothamRounded-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('fonts/GothamRounded-Light.woff2') format('woff2'),
        url('fonts/GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html, body, container, wrapper{
	background-color:black !important;
	color:white;
}

body {
	font-family: 'GothamRounded', sans-serif;
	background-color: #f0f0f0;
}

h1 {
	font-weight: 300!important;
	text-transform: uppercase;
}

.wrapper {
	max-width: 1300px;
	margin: 30px 20px; 
}

.logo{
	text-align: center;
}

#reader{
		width:100%;
}

.scannedReader{
	font-size:40px;
}

.readerImage{
	max-height:650px;
}

.grid {	
	display: grid;	
	
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	grid-gap: 30px 20px;
}

.scent__image {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}

.scent__id {
	font-weight: bold;
}


@media only screen and (min-width: 900px) { 
	.search {
		width: 50%;
		margin: 0 auto;
	}
}


@media only screen and (min-width: 1200px) {
	.wrapper {
		margin: 10px auto; 
	}	
	
}

.scent{
	border:1px solid RGB(255,255,255,0.2);
	padding:10px;
	margin-bottom:20px;
}

a.cartridge_choice {
    color: black;
}