@font-face {
    font-family: 'InterBold';
    src: url('../fonts/Inter-Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'InterMedium';
    src: url('../fonts/Inter-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'InterRegular';
    src: url('../fonts/Inter-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'SF Pro Text Medium';
    src: url('../fonts/SFProText-Medium.ttf');
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,
body {
    overflow-x: hidden;
}
























