body,html {
    padding: 0;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

@font-face {
    font-family: test;
    src: url(/test.ttf)
}

a {
    color: inherit;
    text-decoration: none
}

* {
    box-sizing: border-box
}

html {
    font-size: 5.2vw
}

body {
    font-size: 12px
}

@media (min-width: 1920px) {
    html {
        font-size:100px
    }
}

@media (max-width: 1200px) {
    html {
        font-size:60px
    }
}
