﻿@font-face {
  font-family: "myFont";
  src: url('../font/DSN.TTF');
}

body {
    font-family: "myFont";
    font-size: 1.5rem !important;
}

.form-control {
    font-size: 1.5rem !important;
}

.form-select {
    font-size: 1.5rem !important;
}

input {
    font-size: 1.5rem !important;
}

a {
    font-size: 1.5rem !important;
}

.btn {
    font-size: 1.5rem !important;
}

input[type=password]:not(:placeholder-shown) {
  font-family: 'pass', 'Roboto', Helvetica, Arial, sans-serif;
}
