@import url('../base/fonts.css');
@import url('../base/variables.css');

html {
  box-sizing: border-box;
  font-family: var(--font-Inter);
  /*font-size: 100%;*/
  font-size: 16.5px;
  font-weight: normal;
  font-style: normal;
}



*,
*:before,
*:after {
  box-sizing: inherit;
  margin-top: 0; 
}

body{
  font-family: var(--font-Inter);
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--font-Lora);
}

p, span{
  font-family: var(--font-Inter);
  color: var(--ug-black);
  word-wrap: break-word;
}

img{
  max-width: 100%;
  height: auto;
}

.ug-blue{
  color: var(--ug-blue);
}

.ug-gold{
  color: var(--ug-gold);
}

.main-content{
  /* background-image: url('../background2.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
}













