@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  /* Default settings */
  font-family:
    "Segoe UI Variable Display", "Segoe UI", "DM Sans", Montserrat, sans-serif !important;
  font-variation-settings: "opsz" 36;
}

h1,
h2 {
  font-weight: bold;
}

.card {
  width: 14rem;
}

.vr-main-styling {
  height: 23px;
}

a,
.btn-link {
  text-decoration: none;
}

.card {
  box-shadow: 2px 2px 6px rgba(78, 85, 146, 0.4);
}

/* --- BEGIN pgp.html --- */
#pgp-key {
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(78, 85, 146, 0.4);
  padding: 1em;
  border: solid 1px blue;
}
/* --- END pgp.html --- */

/* --- BEGIN watch.html --- */
#video-frame {
  border-radius: 20px;
}
/* --- END watch.html --- */
