html,
body {
    margin: 0;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
    -webkit-tap-highlight-color: transparent;
}

img {
    display: inline-block;
    max-width: 100%;
    user-select: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

@font-face {
    font-display: swap;
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeuePro-Regular.woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf');
}
