* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    -webkit-tap-highlight-color: transparent;
    -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,
#root {
    height: 100%;
}

a {
    text-decoration: none;
}

a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
i,
u {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

@font-face {
    font-family: 'avenir';
    src: url('https://static-dev.innovorder.fr/frontkit/fonts/Avenir-Book.ttf');
}

@font-face {
    font-family: 'avenirHeavy';
    src: url('https://static-dev.innovorder.fr/frontkit/fonts/Avenir-Heavy.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');
