*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
html {
    scroll-behavior: smooth;
}