@font-face {
    font-family: 'Albert-Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/albert-sans-thin.woff2') format('woff2'),
         url('/fonts/albert-sans-thin.woff') format('woff');
}

@font-face {
    font-family: 'Albert-Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/albert-sans-regular.woff2') format('woff2'),
         url('/fonts/albert-sans-regular.woff') format('woff');
}

@font-face {
    font-family: 'Albert-Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/albert-sans-medium.woff2') format('woff2'),
         url('/fonts/albert-sans-medium.woff') format('woff');
}

@font-face {
    font-family: 'Albert-Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/albert-sans-semibold.woff2') format('woff2'),
         url('/fonts/albert-sans-semibold.woff') format('woff');
}

@font-face {
    font-family: 'Albert-Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/albert-sans-bold.woff2') format('woff2'),
         url('/fonts/albert-sans-bold.woff') format('woff');
}