﻿@font-face {
    font-family: Inter;
    font-weight: 400;
    src: url('../fonts/Inter/Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    src: url('../fonts/Inter/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url('../fonts/Inter/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url('../fonts/Inter/Inter-Bold.woff2') format('woff2');
}

body {
    font-family: Inter, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.idw-table {
    font-family: Inter, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.table {
    font-family: Inter, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
