﻿@charset "UTF-8";
@import url('/css/siteplus.css');


@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');


@font-face {
    font-family: 'ResotE';
    src: url('https://tykoo.io/wp-content/uploads/2023/12/ResotE-Lavender.woff2') format('woff2'), url('https://tykoo.io/wp-content/uploads/2023/12/ResotE-Lavender.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#BID, #ASK {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto-mono {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.banner {
    text-align: center;
    padding: 20px 40px;
    max-width: 800px;
    margin: auto;
}

    .banner h2 {
        font-size: 38px;
        line-height: 1.1em;
        font-family: "ResotE", Sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }

    .banner p {
        font-size: 2rem;
    }

    .banner span {
        display: block;
        padding: 20px;
        font-size: 1.5rem;
    }
