@font-face {
  font-family: "sohne";
  src: url("../assets/fonts/sohne.otf");
}
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body {
    background: #fff;
    color: #222;
  }
  .no-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .wrapper-container,
  .wrapper-main,
  #main,
  .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  a {
    color: #222;
  }
  .resume-wrapper .content-section {
    margin: 0 0 1.5rem;
  }
  .resume-wrapper .resume-item-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .resume-wrapper .resume-item-details {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .certifications {
    gap: 0.5rem;
  }
  .cert iframe {
    height: 200px !important;
    width: 50% !important;
  }
}

/*# sourceMappingURL=print.css.map */