@import url('https://fonts.googleapis.com/css2?family=Alata&family=Roboto+Slab&display=swap');

body {
    font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h6 {
    color: #ffffff
}

h1, h2 {
    font-family: 'Alata', sans-serif;
}

.brand-title {
    display: flex;
    align-items: center;
}

.brand-title h1 {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1;
    font-family: 'Alata', sans-serif;
}

h5 {
    color: #FFFFFF;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}