@font-face {
	font-family: 'Circular';
	src: url('circular-std-medium-500.ttf') format('ttf');
	font-weight: bold;
	font-style: normal;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #282c36;
    color: white;
    font-family: 'Circular', 'Roboto', 'segoe ui', sans-serif;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

.container {
    font-size: 24px;
    font-weight: bold;
    width: 100vw;
    height: 100vh;
}

.inner {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 1500px;
    margin: 20vw 0 0 10vw;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
h1 {
    font-size: 12vh;
    margin-bottom: 15px;
    letter-spacing: -2px;
}
h3, h4 {
    font-size: 6vh;
    line-height: 1.25;
}
