footer {
    background-color: var(--wp--preset--color--background-2);
    padding: var(--wp--preset--spacing--40);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--wp--preset--spacing--20);
}
.footer-opening {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--wp--preset--color--type-secondary);
    gap: 12px;
}
.footer-title {
    font-size: var(--wp--preset--font-size--x-large);
    font-size: 700;
    margin: 0;
}
.footer-address {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0;
}
ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    gap: var(--wp--preset--spacing--30);
    justify-content: center;
}
ul.footer-nav li {
    width: fit-content;
}
.copyright {
    font-size: var(--wp--preset--font-size--small);
    margin: 0;
}