﻿@font-face {
   font-family: Pridi;
   src: url(fonts/Pridi-Regular.woff);
}

@font-face {
   font-family: Pridi;
   src: url(fonts/Pridi-Bold.woff);
   font-weight: bold;
}

* {
   font-family: Pridi;
}

body {
   color: black;
 }

.table {
   color: black;
 }