@font-face {
    font-family: 'Sifonn Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Sifonn Pro'), url('assets/SIFONN_PRO.woff') format('woff');
    }

body {
    font-family:'Sifonn Pro';
    font-weight:normal;
    font-size: 1.5em;
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero img {
    max-width: 75vw;
}