/*
 * 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.
 *

 */
@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-bd00d8df934fc7421aeecfee53fb46d0cedff49219b45fb3abba26dbfbd0913d.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-cc13f1e56b682f4e1f8ccc59ca18a61e600ceeba07834ccdd741c294472c96ee.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;
  }
}
