body {font-size: 18px; line-height: 150%; font-weight:400; font-family: 'Open Sans', sans-serif;}

@font-face{
    font-family: "Degular Display";
    font-weight:800;
    src:url("./Degular_Display-Black.woff2");
}

h1,h2,h3,h4,h5   { font-family:'Degular Display'; font-weight: 800; margin-bottom:0;}

h1 {font-size:219px}

h2 {font-size:96px}

h3 {font-size:72px}

h4 {font-size:48px}

h5 {font-size:24px}

.prisoner-table{font-size:21px;}

.menu-title{font-family:'Degular Display'; font-weight: 800; font-size: 32px;}
@media (max-width: 1200px){
    h1{font-size:36px}
    h2,h3,h4{font-size:36px}
    .prisoner-table{font-size:18px;}
} 