/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 *= require_self
 */
@import url("https://fonts.googleapis.com/css2?family=Lekton:wght@400;700&display=swap");

@font-face {
  font-family: "KintoSans";
  src: local("KintoSans Medium"), url("/assets/KintoSans-Medium-3b46f6a4.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "KintoSans";
  src: local("KintoSans Bold"), url("/assets/KintoSans-Bold-722564cb.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@page {
  size: auto;
  margin: 0;
  margin-top: 1rem;
}

@media print {
  * {
    overflow: visible !important;
  }
}
