@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt';
    src: url('/fonts/Produkt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt';
    src: url('/fonts/Produkt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    background-color: #FAFAFA;
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: 'Graphik', arial, sans-serif;
    line-height: 1.5;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.success {
    background-color: #BCEDD2 !important;
}

.menu {
    height: 72px;
    background-color: #0000A4;
    position: absolute;
    top: 0;
    width: 100%;
}

header {
    padding: 2rem 0;
    margin-top: 72px;
    background-color: #FFF;
    border-bottom: 1px solid #E6E6E8;
}

.header-headings {
    font-family: 'Produkt', georgia, times, Times New Roman, serif;
    color: #03031A;
    line-height: 1;
}

.title {
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.subtitle {
    margin: 0;
    font-weight: 400;
}

main {
    background-color: #FAFAFA;
    color: #03031A;
    margin: 0 auto;
}

.card {
    background-color: #FFF;
    box-sizing: inherit;
    box-shadow: rgba(3, 3, 26, 0.05) 0px 5px 0px -2px, rgba(3, 3, 26, 0.05) 0px 0px 0px 1px;
    padding: 1.5rem;
    margin-top: 2rem
}

footer {
    background-color: #FFF;
    border-top: 1px solid #E6E6E8;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-container {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    gap: 1.5rem;
}

.footer-logo {
    height: 3rem;
    margin: 0 auto;
}

.footer-legal {
    gap: 2rem;
    color: #353548;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.custom-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.custom-link:visited {
    color: inherit;
}

.custom-link:hover {
    text-decoration: underline;
}
