@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Share+Tech+Mono&display=swap');

.quicksand-300 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.background {
    z-index: 0;
    background-color: black;
    flex: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background-image: url(/macos_background.svg);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 2px 2px;
    margin: 0;
}
