@font-face {
    font-family: 'Gandhi Sans';
    src: local('Gandhi Sans'),
         url('../fonts/GandhiSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gandhi Serif';
    src: local('Gandhi Serif'),
         url('../fonts/GandhiSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LT Soul';
    src: local('LT Soul'),
         url('../fonts/LTSoul-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'Gandhi Sans (Italic)';
    src: local('Gandhi Sans Italic'),
         url('../fonts/GandhiSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-sans: 'Gandhi Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    --font-serif: 'Gandhi Serif', Georgia, 'Times New Roman', Times, serif;
    --font-lt: 'LT Soul', var(--font-sans);
}

body::before {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: '';
    font-family: 'Gandhi Sans';
    font-family: 'Gandhi Serif';
    font-family: 'LT Soul';
    font-family: 'Gandhi Sans (Italic)';
}