@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/static/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

#title {
    font-size: 4px;
    font-weight: 100;
    margin-bottom: 20px;
    transition: font-size 1s ease-in-out;
    white-space: nowrap;
}

#subtitle {
    font-size: 2px;
    font-weight: 100;
    margin-bottom: 20px;
    transition: font-size 1s ease-in-out;
    white-space: nowrap;

}
