@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/*
font-family: "Krub", sans-serif;
font-family: "Mulish", sans-serif;
font-family: "Manrope", sans-serif;


*/
*, *::before, *::after {
  box-sizing: border-box; }

body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.2; }

h1 {
  /*font-size: 2.25rem;*/
  font-size: clamp(2rem, 4vw, 3rem); }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

p {
  margin-bottom: 1rem;
  text-align: justify; }

a {
  color: inherit !important;
  text-decoration: none;
  transition: 0.2s ease; }
  a:hover {
    color: inherit !important; }

.ruler {
  height: 1px;
  border-top: 0.1em solid rgba(0, 0, 0, 0.1);
  margin: 5px 0; }

/*# sourceMappingURL=master.css.map */
