@font-face {
  font-display: swap;
  font-family: "Gabriela";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gabriela-v23-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Gupter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gupter-v14-latin-regular.woff2") format("woff2");
}

:root {
  --COLOURI: #00f9f4;
  --COLOURII: #ff9cff;
  --COLOURIII: #c2cc50;
}

html { scroll-behavior: smooth; }

body { font-family: "Gupter", "Times New Roman"; background: var(--COLOURI); }

.navbar { border-bottom: 0.2rem solid var(--COLOURI);}

.navbar-toggler { outline: none !important; }
/*! navigation end */

.hvh { height: 100vh; }
/*! hero end */

footer hr { background: #ffffff; }

footer .developer, #developer { font: bold 1.2rem "Gabriela"; color: #ffffff; text-shadow: 1px 1px 2px #ffd700, 0 0 25px #000000, 0 0 5px #000000; }
footer #developer { letter-spacing: 0.4rem; }