@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Open\ Sans.woff') format('woff');
}

html,
body {
    font-family: 'Open Sans';
    position: relative;
    min-height: 100vh;
    scroll-behavior: smooth;
}