﻿
@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-Thin100.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-ExtraLight200.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-Light300.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-Regular400.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-Medium500.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-SemiBold600.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-Bold700.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-ExtraBold800.ttf) format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: "Inter";
    src: url(/fonts/Inter_24pt-Black900.ttf) format("truetype");
    font-weight: 900;
}
