@font-face {
    font-family: myfont-regular;
    src: url(../font-25/PlusJakartaSans-VariableFont_wght.ttf);
}

:root {
    --et-main-text-color: #1F2937;
    --et-background-color: #E4E9F1;
    --et-side-bar-color: #1F2937;
    --et-table-header-bg-color: #455E87;
    --et-table-header-text-color: #ffffff;
    --et-font: myfont-regular;
}
