@font-face
{
    font-family: 'GraphikLCG';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/graphiklcg/GraphikLCG-Regular.woff') format('woff'),
    url('/fonts/graphiklcg/GraphikLCG-Regular.ttf') format('truetype');
}
@font-face
{
    font-family: 'GraphikLCG';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/graphiklcg/GraphikLCG-Medium.woff') format('woff'),
    url('/fonts/graphiklcg/GraphikLCG-Medium.ttf') format('truetype');
}
@font-face
{
    font-family: 'GraphikLCG';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/graphiklcg/GraphikLCG-Semibold.woff') format('woff'),
    url('/fonts/graphiklcg/GraphikLCG-Semibold.ttf') format('truetype');
}
@font-face
{
    font-family: 'GraphikLCG';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/graphiklcg/GraphikLCG-Bold.woff') format('woff'),
    url('/fonts/graphiklcg/GraphikLCG-Bold.ttf') format('truetype');
}