/**
 * Theme name: europauomo
 * Template: twentytwentyfive
 */

@font-face {
    font-family: "SF Pro Display";
    src: url("fonts/SF-Pro-Display-Regular.ttf");
    src: url("fonts/SF-Pro-Display-Regular.ttf") format("truetype"),
        url("fonts/SF-Pro-Display-Regular.woff") format("woff"),
        url("fonts/SF-Pro-Display-Regular.woff2") format("woff2");
}

body {
    font-family: "SF Pro Display", sans-serif;
}

.text-align-center {
    text-align: center;
}

.footer-logo {
    padding: 64px 0;
}

.footer-grid {
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: space-between;
}