@font-face 
{
    font-family: "Brimborion";
    src: url("https://restaurantletandem.com/assets/fonts/brimborion/brimborion.woff") format("woff");
}

footer
{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #23284F;
    text-align: center;
}

footer p
{
    color: white;
    margin: 0.5rem 0 0.5rem 0;
}

footer strong
{
    font-weight: normal;
}

footer a
{
    text-decoration: none;
    color: white;
}

footer span a
{
    font-family: "Brimborion", arial, 'sans-serif';
    color:  #FCECB2;
    padding-left: 0.2rem;
}

