/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 24.08.2026, 14:17:17
    Author     : johannes
*/

@font-face {
  font-family: 'abadi';
  src: url('Fonts/Abadi MT Condensed Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'adlibbt';
  src: url('fonts/adlibbt_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    color: #ffffff;
    background-color: #000000;
    font-family: 'abadi', sans-serif;
    font-size: 12pt;
}

.font_adlibbt {
    font-family: 'adlibbt', sans-serif;
}

.content {
    margin: 0 auto;
    width: 1024px;
}