/* Tilda Sans Font */
/* License: SIL Open Font License */

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/tilda-sans/TildaSans-Light.woff2') format('woff2'),
         url('/fonts/tilda-sans/TildaSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/tilda-sans/TildaSans-Regular.woff2') format('woff2'),
         url('/fonts/tilda-sans/TildaSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/tilda-sans/TildaSans-Medium.woff2') format('woff2'),
         url('/fonts/tilda-sans/TildaSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/tilda-sans/TildaSans-Semibold.woff2') format('woff2'),
         url('/fonts/tilda-sans/TildaSans-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/tilda-sans/TildaSans-Bold.woff2') format('woff2'),
         url('/fonts/tilda-sans/TildaSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/tilda-sans/TildaSans-ExtraBold.woff2') format('woff2'),
         url('/fonts/tilda-sans/TildaSans-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Tilda Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/tilda-sans/TildaSans-Black.woff2') format('woff2'),
         url('/fonts/tilda-sans/TildaSans-Black.woff') format('woff');
}
