@font-face {
    font-family: "Tilda Sans";
    src: url('/fonts/TildaSans-Regular.woff2'),
        url('/fonts/TildaSans-Regular.woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Tilda Sans";
    src: url('/fonts/TildaSans-Medium.woff2'),
        url('/fonts/TildaSans-Medium.woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Tilda Sans";
    src: url('/fonts/TildaSans-Bold.woff2'),
        url('/fonts/TildaSans-Bold.woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}