﻿/*@font-face {
    font-family: "geist";
    src: url("GeistVF.ttf");
}*/



@font-face {
    font-family: "geist";
    font-weight: 100; /* UltraLight */
    src: url("Geist-UltraLight.ttf");
}

@font-face {
    font-family: 'geist';
    font-weight: 200; /* Thin */
    src: url('Geist-Thin.ttf');
}

@font-face {
    font-family: 'geist';
    font-weight: 300; /* Light */
    src: url('Geist-Light.ttf');
}

@font-face {
    font-family: 'geist';
    font-weight: 400; /* Regular */
    src: url('Geist-Regular.ttf');
}

@font-face {
    font-family: 'geist';
    font-weight: 500; /* Medium */
    src: url('Geist-Medium.ttf');
}

@font-face {
    font-family: 'geist';
    font-weight: 600; /* SemiBold */
    src: url('Geist-SemiBold.ttf');
}

@font-face {
    font-family: 'geist';
    font-weight: 700; /* Bold */
    src: url('Geist-Bold.ttf');
}


@font-face {
    font-family: 'geist';
    font-weight: 800; /* Black */
    src: url('Geist-Black.ttf');
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 900; /* UltraBlack */
    src: url('Geist-UltraBlack');
}

