@font-face {
    font-family: 'skhematique';
/*    src: url('fonts/skhematique.ttf') format('truetype'); */
    src: url('fonts/skhematique.otf') format('opentype');
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.big-text {
    font-size: 40vw;
    font-family: 'skhematique', sans-serif;
    white-space: nowrap;
    text-align: center;
}
