@import url("https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monomakh&display=swap");

/*japofuentes*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

/*Baseline fonts*/
.neuton-extralight {
  font-family: "Neuton", serif;
  font-weight: 200;
  font-style: normal;
}

.neuton-light {
  font-family: "Neuton", serif;
  font-weight: 300;
  font-style: normal;
}

.neuton-regular {
  font-family: "Neuton", serif;
  font-weight: 400;
  font-style: normal;
}

.neuton-bold {
  font-family: "Neuton", serif;
  font-weight: 700;
  font-style: normal;
}

.neuton-extrabold {
  font-family: "Neuton", serif;
  font-weight: 800;
  font-style: normal;
}

.neuton-regular-italic {
  font-family: "Neuton", serif;
  font-weight: 400;
  font-style: italic;
}

/*
// <weight>: Use a value from 200 to 800
// <uniquifier>: Use a unique and descriptive class name

.atkinson-hyperlegible-next-<uniquifier> {
  font-family: "Atkinson Hyperlegible Next", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/
.atkinson-hyperlegible-next-300 {
  font-family: "Atkinson Hyperlegible Next", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.monomakh-regular {
  font-family: "Monomakh", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
  }

/*******************************************************/
/*HOME*/

/*Contact*/
.dimmedcontact {
  font-family: "Atkinson Hyperlegible Next", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #656460;
}

/*******************************************************/

a {
  color: #d00000;
  text-decoration: underline;
}

a:hover {
  color: #950d04;
}

.colorsilike {
  color: #b21b08;
  color: #950d04;
  color: #1f3650;
  color: #1b4473;
  color: #ff6600;
  color: #cc5500;
}

h1, h4 {
  color: #C60D1E;
}

/*
body {
  background-color: #FDF9E7;
}

h1, h4 {
  color: #C60D1E;
}
*/
 .omit{
    color: #000000;
 }

  .omit:hover{
    color: #000000;
 }