/* style.css
description : style sheets 
licence : AGPL + CECILL v3
author : quentin lobbé - qlobbe@iscpif.fr */

@font-face {
  font-family: 'Inter-Regular';
  font-style:  normal;
  font-weight: 400;
  src: url("./fonts/Inter-Regular.woff2") format("woff2"),
       url("./fonts/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Inter-Bold';
  font-style:  normal;
  font-weight: 700;
  src: url("./fonts/Inter-Bold.woff2") format("woff2"),
       url("./fonts/Inter-Bold.woff") format("woff");
}

body {
  font-family: "Inter-Bold";
  font-size: 16px;
  color: #0d1824;
}

.check-form {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #0d1824;
  padding-top: 10px;  
  padding-bottom: 10px;
}

.check {
  cursor: pointer;
}