@font-face {
    font-family: "Alter Aves";
    src: url("../fonts/alter-aves.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT Walsheim LC";
    src:
        url("../fonts/gt-walsheim-lc.woff2") format("woff2"),
        url("../fonts/gt-walsheim-lc.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT Walsheim LC";
    src:
        url("../fonts/gt-walsheim-lc-bold.woff2") format("woff2"),
        url("../fonts/gt-walsheim-lc-bold.woff") format("woff");
    font-weight: 700 800;
    font-style: normal;
    font-display: swap;
}
