@font-face {
	font-family: 'P22Underground-Heavy';
	src: url('../fonts/P22Underground-Heavy.otf');
}
body {
    margin: 0;
    padding: 0;
}

#header {
    font-family: P22Underground-Heavy;
}

.product-name {
    font-family: P22Underground-Heavy;
}

.product-price {
    font-family: P22Underground-Heavy;
}

#button-container {
    font-family: P22Underground-Heavy;
}

#bg-exit {
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}
