* {
    font-family: "Roboto Flex", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
body.overflow {
    overflow: hidden;
}
body.ios * {
    font-family: "SF Pro Text", sans-serif;
}
