@font-face {
font-family: 'Moscow2024';
src: {% static 'fonts/MOSCOW2024.ttf' %} format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'VCR';
src: {% static 'fonts/Better VCR 6.1.ttf' %} format('truetype');
font-weight: normal;
font-style: normal;
}
{% load static %}
.custom-input[type=text] {
font-family: 'MOSCOW', monospace;
text-align: left;
color: #00ff2a;
background-color: black;
border: 2px solid #00ff2a;
}
.custom-input[type=password] {
font-family: 'MOSCOW', monospace;
text-align: left;
color: #00ff2a;
background-color: black;
border: 2px solid #00ff2a;
}