@font-face {
    font-family: 'Neon 80s';
    src: url('Neon80s.eot');
    src: url('Neon80s.eot?#iefix') format('embedded-opentype'),
        url('Neon80s.woff2') format('woff2'),
        url('Neon80s.woff') format('woff'),
        url('Neon80s.ttf') format('truetype'),
        url('Neon80s.svg#Neon80s') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.logo-style {
    font-family: 'Neon 80s';
    font-weight: normal;
    font-style: normal;
}
.mint-color {
  color: #49f3ab; /* 47d498 */
}

.bg-color-grey {
  background-color: #596fa0; /* #23313c */
}
