@font-face {
    font-family: "Font";
    src: url("../../fonts/Font-Light.woff2") format("woff2"),
         url("../../fonts/Font-Light.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font";
    src: url("../../fonts/Font-Book.woff2") format("woff2"),
         url("../../fonts/Font-Book.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font";
    src: url("../../fonts/Font-Regular.woff2") format("woff2"),
         url("../../fonts/Font-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font";
    src: url("../../fonts/Font-Medium.woff2") format("woff2"),
         url("../../fonts/Font-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Font";
    src: url("../../fonts/Font-Bold.woff2") format("woff2"),
         url("../../fonts/Font-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
