/* ICONS */

.icon-size-1 {
    font-size: 6em!important;
}

.icon-transform-1 {
  transition: all 0.1s ease;
}

.icon-transform-1:active {
  transform: scale(1.25);
}



/* FONTS */

@font-face {
  font-family: CeraPRO_Regular;
  src: url("../public/fonts/CeraPRO_Regular.otf");
}

@font-face {
  font-family: CeraPRO_BLACK;
  src: url("../public/fonts/CeraPRO_BLACK.otf");
}

@font-face {
  font-family: Material_Regular;
  src: url("../public/fonts/Material_Regular.ttf");
}

.font-title {
  font-family: CeraPRO_BLACK;
  font-size: 75px;
}

.font-number {
  font-family: CeraPRO_Regular;
  font-size: 55px;
}

.font-number-2 {
  font-family: CeraPRO_Regular;
  font-size: 40px;
}

.font-subtitle {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: lighter;
  font-size: 45px;
}

.font-subtitle-2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 30px;
}

.font-heading {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: lighter;  
  color: darkgrey;
  font-size: 25px!important;
}

.font-subheading {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: lighter;  
  color: darkgrey;
  font-size: 15px!important;
}

.font-subheading-2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;  
  font-size: 20px;
}



/* EXTRAS */


/* SECURITY */

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

:not(input):not(textarea),
:not(input):not(textarea)::after,
:not(input):not(textarea)::before {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}