﻿
@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 100;
    src: url('/fonts/InterDisplay-Thin.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 200;
    src: url('/fonts/InterDisplay-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 300;
    src: url('/fonts/InterDisplay-Light.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 400;
     src: url('/fonts/InterDisplay-Regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 500;
    src: url('/fonts/InterDisplay-Medium.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 600;
    src: url('/fonts/InterDisplay-SemiBold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 700;
    src: url('/fonts/InterDisplay-Bold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 800;
    src: url('/fonts/InterDisplay-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'text-font';
    font-weight: 900;
    src: url('/fonts/InterDisplay-Black.ttf') format('truetype');
}
