@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: #d8ebf5;
}

html { scroll-behavior: smooth; }

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

.navbar-toggler { outline: 0.01rem solid var(--COLOURI) !important; }

.active { border-bottom: 0.1rem solid var(--COLOURI); }
/*! navigation end */

table th, table td { min-width: 10rem; }
/*! posts and tables end */

textarea {
  field-sizing: content;
  max-width: 100%;
  min-height: 7rem;
  resize: none;
}
/*! modals end */

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