@font-face {
  font-family: "Cera";
  font-weight: 400;
  src: url("./fonts/Cera\ Pro\ Regular.otf"),
    url("./fonts/Cera\ Pro\ Regular\ Italic.otf");
}

@font-face {
  font-family: "Cera";
  font-weight: 500;
  src: url("./fonts//Cera\ Pro\ Medium.otf"),
    url("./fonts//Cera\ Pro\ Medium\ Italic.otf");
}

@font-face {
  font-family: "Cera";
  font-weight: 600;
  src: url("./fonts/Cera\ Pro\ Bold.otf"),
    url("./fonts//Cera\ Pro\ Bold\ Italic.otf");
}

@font-face {
  font-family: "Cera";
  font-weight: 300;
  src: url("./fonts//Cera\ Pro\ Light.otf"),
    url("./fonts/Cera\ Pro\ Light\ Italic.otf");
}

:root {
  --primary-main: #003399;
  --text-table: #101828;
  --text-table-head: #191b20;

  --error-150: #910d2c;
  --error-critical: #da1414;
  --error-100: #ef476f;
  --error-50: #fbd0da;

  --warning-150: #996b00;
  --warning-100: #ffd166;
  --warning-50: #fff0cc;
}
