*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Source Sans 3";
    src: url("/assets/fonts/SourceSans3-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

body {
    align-items: center;
    background-color: #FFF;
    color: #2A3E50;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    color: #D66850;
}

div.header {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
    margin-bottom: 5rem;
    max-width: 1280px;
}

h1 {
    font-family: "Source Sans 3";
    font-size: clamp(1.25rem, 1.062rem + 0.86vw, 1.75rem);
    text-align: center;
}

figure.cw-logo {
    margin: 4rem 0 2rem 0;
    width: clamp(6rem, 5.435rem + 2.581vw, 7.5rem);
}

figure.cw-logo img {
    width: 100%;
}

div.footer {
    align-items: center;
    display: flex;
    flex-direction: column;
}

figure.rlac-logo {
    width: 20rem;
    margin-bottom: 1rem;
}

figure.rlac-logo img {
    width: 100%;
}

a.footer-link {
    font-family: "Source Sans 3";
    font-size: clamp(1rem, 0.812rem + 0.86vw, 1.5rem);
}