* {
    box-sizing: border-box;
    font-family: 'Roboto', serif;
}

html, body {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    background-color: #F9F9F8;
    font-family: Roboto, sans-serif;
    color: #3F5856;
    font-size: 1.6rem;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.page-content {
    padding-top: 32px;
    padding-bottom: 64px;
    width: 100%;
    margin: 80px auto 0;
    flex-direction: column;
    align-items: center;
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1248px;
}

.d-flex {
    display: flex !important;
}

.h-100 {
    height: 100% !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.h1 {
    font-weight: 500;
    font-size: 3.0rem;
}

.h2 {
    font-weight: 500;
    font-size:2.2rem;
}


@font-face {
    font-family: "Roboto";
    src: url("./../roboto/Roboto-Black.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./../roboto/Roboto-Bold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./../roboto/Roboto-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./../roboto//Roboto-Bold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./../roboto//Roboto-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./../roboto//Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("./../roboto//Roboto-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}