    @font-face {
        font-family: 'Sora';
        src: url('./Sora-Light.ttf') format('truetype');
        font-weight: 300;
    }
    
    @font-face {
        font-family: 'Sora';
        src: url('./Sora-Regular.ttf') format('truetype');
        font-weight: 500;
    }

    @font-face {
        font-family: 'Sora';
        src: url('./Sora-SemiBold.ttf') format('truetype');
        font-weight: 700;
    }

    @font-face {
        font-family: 'Lora';
        src: url('./Lora-VariableFont_wght.ttf') format('opentype');
        font-weight: 1 999;
    }