
@font-face {
  font-family: "Azabache Variable";
  src: url("./fonts/AzabacheVF.woff2") format("woff2-variations"),
  url("./fonts/AzabacheVF.woff") format("woff-variations"),
  url("./fonts/AzabacheVF.ttf") format("truetype-variations");
  font-weight: 600 800;
  font-width: 5 9;
}

@font-face {
  font-family: "Azabache";
  font-weight: normal;
  src: url("./fonts/Azabache-Regular.woff2") format("woff2"),
       url("./fonts/Azabache-Regular.woff") format("woff");
}

@font-face {
  font-family: "Sligoil";
  font-weight: normal;
  src: url("./fonts/Sligoil-Micro.woff2") format("woff2"),
       url("./fonts/Sligoil-Micro.woff") format("woff");
}


@font-face {
  font-family: "Sligoil-Medium";
  font-weight: normal;
  src: url("./fonts/Sligoil-MicroMedium.woff2") format("woff2"),
       url("./fonts/Sligoil-MicroMedium.woff") format("woff");
}

 /* remove underline from links */
a {
  text-decoration: none;
}

 /* unvisited link */
a:link {
  color: #0b5345;
}

/* visited link */
a:visited {
  color: #4a235a;
}

/* mouse over link */
a:hover {
  color: #FFBF00;
}

/* selected link */
a:active {
  color: #5b2c6f;
} 

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: lightslategrey;
}

.backu {
    height: 85%;
    width: 100%;
    background-size: cover;
    cursor: url('./cursor/cursor.png'), auto;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin-bottom: 0;
}

h1{
	position : absolute;
	top : 45%;
	left : 50%;
	transform : translate(-50%,-50%);
  cursor: url('./cursor/cursorhot.png'), auto;
}

h2{
  font-family: "Azabache", serif;
  font-size : 3rem;
  text-align: center;
  color : #262c4c;
}

p{
  font-family: "Sligoil", sans-serif;
  font-size : 0.9rem;
  text-align: center;
  color : #262c4c;
}

span.footerlink {
  font-family: "Sligoil-Medium", sans-serif;
}

#myText {
  font-family: "Azabache Variable", sans-serif;
  font-size : 5rem;
  font-variation-settings: "wght" 400, "wdth" 5; /* Default settings */
  color : #262c4c;
}






