@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: normal;
  src:
    local("RobotoSlab-Regular"),
    url("/assets/style/fonts/RobotoSlab-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src:
    local("RobotoSlab-Light"),
    url("/assets/style/fonts/RobotoSlab-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src:
    local("RobotoSlab-Medium"),
    url("/assets/style/fonts/RobotoSlab-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  src:
    local("RobotoSlab-Black"),
    url("/assets/style/fonts/RobotoSlab-Bold.ttf") format("truetype");
}

#cvcatcher-app h2 {
  font-weight: 600;
}
:root {
  --primary-font: "Roboto Slab", "Open Sans", Calibri, sans-serif;
  --secondary-font: "Roboto Slab", "Open Sans", Calibri, sans-serif;

  --secondary-color: #378fe7;
}