@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 300;
    src: local('Graphik Light'), url('./Graphik-Light-App.ttf') format('truetype');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    src: local('Graphik Regular'), url('./Graphik-Regular-App.ttf') format('truetype');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 600;
    src: local('Graphik Semibold'), url('./Graphik-Semibold-App.ttf') format('truetype');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 700;
    src: local('Graphik Bold'), url('./Graphik-Bold-App.ttf') format('truetype');
}