@font-face {
    font-family: 'GE SS';
    src: url('./fonts/GE SS Text Light.otf') format('opentype');
}

body {
    font-family: "GE SS" !important;
}

.custom-text {
    font-family: 'GE SS', sans-serif;
}