:root {
    --color-primary: #03a9f5;
    --color-secondary: #eb1e61;
    --shadow: 0 0.2rem 0.4rem #0006;
}

@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto/Roboto-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

body,
body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto;
}
