@font-face {
    font-family: "Akrobat";
    src: url("../fonts/Akrobat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Akrobat";
    src: url("../fonts/Akrobat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

:root {
    --bs-font-sans-serif: "Akrobat", sans-serif !important;
}

body, html, * {
    font-family: "Akrobat", sans-serif !important;
}
