@font-face {
    font-family: "Titillium Web";
    src: url("/fonts/TitilliumWeb-Bold.ttf");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Titillium Web";
    src: url("/fonts/TitilliumWeb-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Titillium Web";
    src: url("/fonts/TitilliumWeb-Regular.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Titillium Web";
    src: url("/fonts/TitilliumWeb-Light.ttf");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

html,
body {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
}

/* Fix for navbar height offset while anchor-navigating */
#main,
#know-jarvis,
#advantages,
#why,
#who-its-for,
#try-it-out,
#contacts {
    scroll-margin-top: 60px;
}
