*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@font-face {
    font-family: 'TT Hoves';
    src: url('../assets/TT Hoves/TT Hoves Medium.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'TT Hoves';
    src: url('../assets/TT Hoves/TT Hoves Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'TT Hoves';
    src: url('assets/TT Hoves/TT Hoves Medium.otf') format('opentype');
    font-weight: 600;
}

body {
    font-family: "TT Hoves", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;

    background: #F6F6F6;

    height: 100svh;
    width: 100vw;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    color: #010021;

    position: relative;
}
