@font-face {
    font-family: 'SF-Regular';
    src: url('../font/SF/SF-Pro-Display-Regular.otf') format('truetype');
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: -apple-system,"roboto",sans-serif;
    font-size: 14px;
}

.container {
    max-width: 1024px;
    margin: auto;
}

.table-control {
    width: 100%;
}
