@font-face {
    font-family: 'DM Sans';
    src: url('/static/dmv.ttf') format('truetype');
}

* {
    font-family: 'DM Sans', Arial, sans-serif;
}
