@font-face {
    font-family: 'Inter-Regular';
    src: url("./assets/Inter-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url("./assets/Inter-Bold.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

body,
p,
div,
span,
a {
    font-family: 'Inter-Regular', Verdana, Arial, sans-serif;
}

strong, b {
    font-weight: 600;
    font-family: 'Inter-Bold', Verdana, Arial, sans-serif;
}

a {
    text-decoration: none;
}
a:visited,
a:-webkit-any-link {
    color: var(--schott-blue);
}

p {
    font-size: 18px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: unset;
    font-family: 'Inter-Regular', Verdana, Arial, sans-serif;
}

h1,
.h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 18px;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Inter, sans-serif;
}