@import url('https://fonts.googleapis.com/css2?family=Quantico:wght@400;700&display=swap');


body {
    background: #eee;
    padding-top: 70px;
}

a:link {
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #be0000;
    outline-offset: 2px;
    text-decoration: underline;
}

.site-navbar {
    background: #232f3e;
    border-top: 4px solid #be0000;
}

.site-footer {
    background: #232f3e;
}

.site-tagline {
    letter-spacing: 2px;
}

.gallery-empty {
    width: 300px;
    height: 300px;
}

.price {
    font-weight: bold;
    color: #842029;
}

.machine {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.2em;
}

h1, h2, h3 {
    font-family: "Quantico", sans-serif;
}


