@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: normal;
  src:
    local("Amiri-Regular"),
    url("/assets/style/fonts/Amiri-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Amiri";
  font-style: italic;
  font-weight: normal;
  src:
    local("Amiri-Italic"),
    url("/assets/style/fonts/Amiri-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: bold;
  src:
    local("Amiri-Bold"),
    url("/assets/style/fonts/Amiri-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Amiri";
  font-style: italic;
  font-weight: bold;
  src:
    local("Amiri-BoldItalic"),
    url("/assets/style/fonts/Amiri-BoldItalic.ttf") format("truetype");
}

#cvcatcher-app h1,
#cvcatcher-app h2 {
  font-family: var(--primary-font);
  font-weight: 800;
}
:root {
  --primary-font: "Amiri", "Open Sans", "Roboto", Calibri, sans-serif;

  --primary-color: #e72b35;
  --secondary-color: #e72b35;
}