    @import url('https://fonts.googleapis.com/css2?family=Inder&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

    body p {
        font-family: 'Inter', sans-serif;
    }

    h1{
    	font-family: 'Orbitron', sans-serif;
    	font-weight: 400;
    }

    .sub-h1{
    	color: #64748B;
    	font-size: 20px;
    }