@font-face {
    font-family: 'TorontoSubway';
    src: url('../fonts/Toronto-Subway-W01-Regular.ttf') format('truetype');
}

:root {
    --anity-font: "TorontoSubway", serif;
    --anity-font-two: "TorontoSubway", serif;
}


a.site-logo {
    font-family: 'TorontoSubway';
    color: black;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    column-gap: 10px;
}

a.site-logo>img {
    height: 32px;
}

a.site-logo.dark {
    color: white;
}