@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;300;400;500;600;700;800;900&display=swap');

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

@font-face {
    font-family: "Satoshi";
    font-style: italic;
    font-weight: normal;
    src: local("Satoshi"), url("fonts/Satoshi-Italic.woff") format("woff");
}

@font-face {
    font-family: "Satoshi";
    font-style: normal;
    font-weight: 300;
    src: local("Satoshi"), url("fonts/Satoshi-Light.woff") format("woff");
}

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

@font-face {
    font-family: "Satoshi";
    font-style: italic;
    font-weight: 500;
    src: local("Satoshi"), url("fonts/Satoshi-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Satoshi";
    font-style: normal;
    font-weight: 700;
    src: local("Satoshi"), url("fonts/Satoshi-Bold.woff") format("woff");
}

@font-face {
    font-family: "Satoshi";
    font-style: italic;
    font-weight: 700;
    src: local("Satoshi"), url("fonts/Satoshi-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "Satoshi";
    font-style: normal;
    font-weight: 800;
    src: local("Satoshi"), url("fonts/Satoshi-Black.woff") format("woff");
}

@font-face {
    font-family: "Satoshi";
    font-style: italic;
    font-weight: 800;
    src: local("Satoshi"), url("fonts/Satoshi-BlackItalic.woff") format("woff");
}

@font-face {
    font-family: "Eudoxus Sans";
    src: url(https://stijndv.com/fonts/EudoxusSans-Bold.woff2) format('woff2'), url(https://stijndv.com/fonts/EudoxusSans-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Eudoxus Sans";
    src: url(https://stijndv.com/fonts/EudoxusSans-Regular.woff2) format('woff2'), url(https://stijndv.com/fonts/EudoxusSans-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Eudoxus Sans";
    src: url(https://stijndv.com/fonts/EudoxusSans-Light.woff2) format('woff2'), url(https://stijndv.com/fonts/EudoxusSans-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Eudoxus Sans";
    src: url(https://stijndv.com/fonts/EudoxusSans-ExtraBold.woff2) format('woff2'), url(https://stijndv.com/fonts/EudoxusSans-ExtraBold.woff) format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Eudoxus Sans";
    src: url(https://stijndv.com/fonts/EudoxusSans-ExtraLight.woff2) format('woff2'), url(https://stijndv.com/fonts/EudoxusSans-ExtraLight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Eudoxus Sans";
    src: url(https://stijndv.com/fonts/EudoxusSans-Medium.woff2) format('woff2'), url(https://stijndv.com/fonts/EudoxusSans-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block
}

/* * {
    font-family: "Satoshi";
} */

.permission_table_wraper label{
    color: #1b2432;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
