@font-face {
    font-family: 'SVN-A Love Of Thunder';
    src: url('./font/SVN-A-Love-Of-Thunder/SVN-ALoveOfThunder.woff2') format('woff2'),
        url('./font/SVN-A-Love-Of-Thunder/SVN-ALoveOfThunder.woff') format('woff'),
        url('./font/SVN-A-Love-Of-Thunder/SVN-ALoveOfThunder.ttf') format('truetype'),
        url('./font/SVN-A-Love-Of-Thunder/SVN-ALoveOfThunder.eot') format('embedded-opentype'),
        url('./font/SVN-A-Love-Of-Thunder/SVN-ALoveOfThunder.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./font/InterFont/Inter-Regular.woff2') format('woff2'),
        url('./font/InterFont/Inter-Regular.woff') format('woff'),
        url('./font/InterFont/Inter-Regular.ttf') format('truetype'),
        url('./font/InterFont/Inter-Regular.eot') format('embedded-opentype'),
        url('./font/InterFont/Inter-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
::before,
::after {
    border-width: 0;
}

body {
    font-family: 'Inter', sans-serif !important;
}

/* Font Classes */
.font-thunder {
    font-family: 'SVN-A Love Of Thunder', sans-serif !important;
}