@font-face {
    font-family: "BL Silka";
    src: url("../fonts/Silka-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BL Silka";
    src: url("../fonts/Silka-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BL Silka";
    src: url("../fonts/Silka-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: "BL Silka";
    src: url("../fonts/Silka-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BL Silka";
    src: url("../fonts/Silka-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BL Silka";
    src: url("../fonts/Silka-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BL Silka";
    src: url("../fonts/Silka-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BL Roboto";
    src: url("../fonts/roboto-variablefont.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bl-font-body: "BL Roboto", sans-serif;
    --bl-font-heading: "BL Silka", sans-serif;
}