@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&family=Orbitron:wght@700;900&family=DM+Sans:wght@300;400;500;600&display=swap');

.font-display {
    font-family: 'Barlow Condensed', sans-serif !important;
}
.font-logo {
    font-family: 'Orbitron', monospace !important;
}
@keyframes pulse {
0%,
    100% {
        opacity: 1;
}
50% {
        opacity: 0.4;
}
}
