/* public/styles/main.css */
@import 'variables.css';
@import 'pdfViewer.css';

@font-face {
  font-family: 'Omnes';
  src: url('/fonts/default/Omnes-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Omnes-SemiBold';
  src: url('/fonts/default/Omnes-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Omnes-Thin';
  src: url('/fonts/default/Omnes-Thin.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Omnes-Light';
  src: url('/fonts/default/Omnes-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}

.logo {
  background-image: var(--logo-default-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: var(--logo-height);
  width: var(--logo-width);
}
