/* Overrides on top of the original Vite stylesheet (dist/assets/index-*.css). */

/* Email link in place of the old contact form; pill shape matches the old Send button. */
.contact-section .contact-mail { margin: 0; }
.contact-section .email-link {
  display: inline-block;
  color: #e1e1e1;
  text-decoration: none;
  padding: .6rem 1.2rem .6rem 1rem;
  border: .09em solid rgb(100, 100, 100);
  border-radius: 2rem;
  background-color: #000;
  box-shadow: #000 0 0 .5rem;
  overflow-wrap: anywhere;
}
.contact-section .email-link:hover,
.contact-section .email-link:focus {
  outline: none;
  color: #000;
  background-color: #e1e1e1;
  border-color: rgb(225, 225, 225);
}

/* Ostia Antica (Bureau Brut, licence order #19228), woff2 only, served by the fonts Worker (codenames/calder). */
@font-face{font-family:"Ostia Antica";font-style:normal;src:url(https://fonts.arraykinetics.com/Ostia_Antica_WEBL-Light-w2LYlBAn.woff2) format("woff2")}
@font-face{font-family:"Ostia Antica";font-style:italic;src:url(https://fonts.arraykinetics.com/Ostia_Antica_WEBL-Light_Italic-v42CiVNa.woff2) format("woff2")}
