/* fonts */
@font-face {
  font-family:'MessinaSerif';
  src: url('messina/MessinaSerifWeb-Regular.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'MessinaSerif';
  src: url('messina/MessinaSerifWeb-RegularItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family:'MessinaSerif';
  src: url('messina/MessinaSerifWeb-SemiBold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'MessinaSerif';
  src: url('messina/MessinaSerifWeb-SemiBoldItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic; 
  font-display: swap;
}

@font-face {
  font-family:'MessinaSerif';
  src: url('messina/MessinaSerifWeb-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'MessinaSerif';
  src: url('messina/MessinaSerifWeb-BoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family:'MessinaSansMono';
  src: url('messina/MessinaSansMonoWeb-Regular.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* pico variables and overrides */
:root {
  --pico-border-radius: 16px;
  --pico-line-height: 1.5;
}

:host(:not([data-theme=dark])), :root:not([data-theme=dark]), [data-theme=light] {
  --pico-background-color: #fcfcf8;
  --pico-card-background-color: #fff;
  --pico-color: #1A1A1A;
  --pico-muted-color: #f6f6ee;
  --pico-primary: #1A1A1A;
  --pico-primary-hover: #3b6c11;
  --pico-color-secondary: #1C3A13;
  --pico-h1-color: #0a322b; /*var(--pico-color);*/
  --pico-h2-color: #0a322b; /*var(--pico-color);*/
  --pico-h3-color: #3b6c11; /*var(--pico-color)*/
  --pico-h4-color: var(--pico-color);
  --pico-h5-color: var(--pico-color);
  --pico-h6-color: var(--pico-color);
  --pico-primary-background: rgba(12, 60, 11, 1);
  --pico-primary-hover: rgba(12, 60, 11, .8);
  --pico-primary-inverse: #FCFCF8;
  --nav-color: #1C3A13;
  --modal-close-icon-color: var(--pico-primary);
  --text-highlight-color: #01332a; /*#c8f97a;*/
  --text-highlight-bar-color: #c2ffa1;
  --pico-blockquote-border-color: #66f976;
  --icon-color: #eac581; /*#0c3c0b;*/
  --pico-blockquote-footer-color: #1A1A1A;
  --accent-gold: #b7924f;
  --pico-card-box-shadow: 0px 0px 0px 1px rgba(6, 20, 34, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.09), 0px 2px 2px rgba(0, 0, 0, 0.04), 0px 3px 3px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.01);
}

[data-theme="dark"] {
  --pico-background-color: #05251d; /*previous: #1c3a13;*/
  --pico-card-background-color: #11352d; /*previous: #334e2d;*/
  --pico-color: #f6f6ef;
  --pico-primary: #3ec375;
  --pico-primary-hover: #f6f6ef;
  --pico-color-secondary: #f6f6ef;
  --pico-muted-color: color-mix(in srgb, var(--pico-background-color) 50%, transparent);
  --pico-h1-color: var(--pico-color);
  --pico-h2-color: var(--pico-color);
  --pico-h3-color: var(--pico-color);
  --pico-h4-color: var(--pico-color);
  --pico-h5-color: var(--pico-color);
  --pico-h6-color: var(--pico-color);
  --pico-primary-background: #e6efc5;
  --pico-primary-hover: #d5df86;
  --pico-primary-inverse: #2C2B28;
  --nav-color: #f6f6ef;
  --modal-close-icon-color: var(--pico-color);
  --text-highlight-color: var(--pico-primary);
  --pico-table-border-color: var(--pico-color);
  --pico-blockquote-footer-color: var(--pico-color);
  --pico-blockquote-border-color: var(--pico-primary);
  --text-highlight-bar-color: rgba(0,0,0,0);
  --icon-color: #eac581;
  --accent-gold: #eac581;
  --pico-card-box-shadow: 0px 0px 0px 1px rgba(6, 20, 34, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.09), 0px 2px 2px rgba(0, 0, 0, 0.04), 0px 3px 3px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.01);
}

#post-modal [data-modal-close]:hover {
  background: color-mix(in srgb, var(--pico-muted-color) 80%, transparent);
}

[data-theme="dark"] #post-modal [data-modal-close]:hover {
  background: color-mix(in srgb, var(--pico-background-color) 70%, transparent);
}

hgroup>:not(:first-child):last-child {
  --pico-color: var(--pico-color);
}

nav li :where(a,[role=link]):not(:hover) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* global */
* {
  transition: background-color 600ms ease;
}

html {
  min-height: 100vh;
}

body {
  color: var(--pico-color);
  font-family: 'MessinaSerif', serif;
  font-weight: 200;
  font-feature-settings: 'kern', 'liga', 'clig', 'calt';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.avatar {
  position: absolute;
  top: .5rem;
  left: 2rem;
}

.avatar .squircle {
  width: 70px;
  height: 70px;
}

.squircle {
  clip-path: url(#squircle);
  background: #ddd;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.squircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

nav {
  margin-bottom: 4rem;
}

nav ul:first-of-type {
  margin-left: 74px;
}

nav ul:last-of-type li {
  margin-left: 1rem;
}

nav a {
  color: var(--nav-color);
  font-family: "roboto", sans-serif;
  font-size: .85rem;
  font-weight: 400;
}

nav ul:first-of-type a {
  font-size: 1rem;
  text-decoration: none;
}

nav a.active {
  font-weight: 600;
  text-decoration: none;
}

nav a.active:hover {
  text-decoration: underline;
}

.container {
  max-width: 1065px;
  padding: 1rem 2rem;
  position: relative;
}

h1, h2, h3, h5, h6 {
  color: var(--pico-color-secondary);
  font-family: 'MessinaSerif';
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -1px;
}

h1 {
  font-size: 3.5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

h3 {
  font-weight: 200;
  letter-spacing: -0.5px;
}

h2.callout, h3.callout {
  margin-bottom: 3rem;
}

h4 {
  font-family: "MessinaSansMono", monospace;
  font-weight: 200;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

address, blockquote, dl, ol,p, pre, table, ul {
  font-weight: 200;
}

a {
  color: var(--pico-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--pico-primary);
}

a:hover {
  text-decoration: none;
}

button {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: .9rem;
  background-color: var(--pico-primary-background);
  color: var(--pico-primary-inverse);
  border: none;
  border-radius: 100px;
  padding: 20px 40px;
  cursor: pointer;
}

button:hover {
  background-color: var(--pico-primary-hover);
}

figure {
  margin: 2rem 0;
}

figure > img {
    border-radius: 12px;
    box-shadow: var(--pico-card-box-shadow);
}

figure > figcaption {
    text-align: center;
    font-style: italic;
    color: var(--pico-color-secondary);
    margin: 0.3rem 0 1rem 0;
    font-size: 0.8rem;
}

ul li {
  list-style: disc;
}

em.highlight {
  color: var(--text-highlight-color);
  font-style: normal;
  position: relative;
  display: inline-block;
  isolation: isolate;
}

em.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  height: 30%;
  background: var(--text-highlight-bar-color);
  z-index: -1;
}

strong {
  font-weight: 600;
}

#footer-links {
  --pico-block-spacing-vertical: 2rem;
  font-family: "roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}

#footer-links span {
  display: inline-block;
  padding: 0 10px;
}

#footer-links a {
  text-decoration: none;
}

#footer-links a:hover {
  text-decoration: underline;
}

/* home page */
#hero, #about, #touch-base {
  max-width: 830px;
}

#hero {
  margin-bottom: 3rem;
}

#hero p {
  color: var(--pico-color-secondary);
  font-weight: 200;
  margin-bottom: 8px;
}

#hero h1 {
  margin: 0 0 .3rem 0;
}

@media (max-width: 768px) {
  #hero h3 {
    --pico-font-size: 1.4rem;
  }
}

#hero a {
  --pico-primary: var(--pico-color);
  color: var(--pico-color);
  text-decoration: underline;
  text-decoration-thickness: 1.3px;
}

#hero a:hover {
  --pico-primary-hover: var(--pico-color);
  color: var(--pico-color);
  text-decoration: none;
}

#services article {
  border-radius: 16px;
  box-shadow: 0px 0px 0px 1px rgba(6, 20, 34, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.09), 0px 2px 2px rgba(0, 0, 0, 0.04), 0px 3px 3px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.01);
  padding: 40px;
}

#services .icon {
  display: inline-flex;
  color: var(--icon-color);
}

#services .icon svg {
  fill: currentColor;
  height: 24px;
}

#services .advising .icon svg  {
  width: 18px;
}

#services .peer-groups .icon svg  {
  width: 22px;
}

#services .special-projects .icon svg  {
  width: 24px;
}

#services h3 {
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 1;
  padding-top: 10px;
}

#services h3.advising {
  
  background: url('../images/advising.svg') no-repeat left top;
  background-size: 18px 24px;
}

#services h3.peer-groups {
  background: url('../images/peer-groups.png') no-repeat left top;
  background-size: 22px 24px;
}

#services h3.special-projects {
  background: url('../images/special-projects.png') no-repeat left top;
  background-size: 24px 24px;
}

#about {
  font-size: 1.25rem
}

#about, .grid, #services, #testimonials {
  margin-bottom: 4rem;
}

#about hgroup,
#about h2.callout {
  max-width: 830px;
}

.grid > article {
  padding: 25px;
}

.grid h5 {
  font-size: 1.3rem;
  margin-bottom: .4rem;
}

.grid p {
  margin-bottom: 1.3rem;
}

#testimonials blockquote {
  position: relative;
  border-left: 0;
  padding-left: 0;
}

#testimonials > blockquote:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

#testimonials blockquote footer {
  text-align: left;
}

#testimonials p, #testimonials cite {
  padding-left: 158px;
}

#testimonials p {
  font-size: 1.25rem;
  font-style: italic;
  text-indent: -0.5em;
}

#testimonials cite {
  display: block;
  color: var(--pico-color);
  font-size: .7rem;
  font-style: normal;
  font-family: "MessinaSansMono", monospace;
  letter-spacing: 1px;
  line-height: 1.8;
  text-transform: uppercase;
}

#testimonials cite span {
  color: var(--accent-gold);
}

#testimonials .squircle-container {
  position: relative;
}

#testimonials .squircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
}

#cta article {
  padding: 3rem 4rem;
  text-align: center;
}

#cta article h2 {
  font-size: 2.2rem;
  font-weight: 200;
  margin-bottom: 10px;
}

#cta article p {
  margin-bottom: 30px;
}

/* writing */
#writing h1 {
  margin-bottom: 20px;
}

#writing p small {
  font-style: italic;
}

#writing hgroup {
  margin-bottom: 3rem;
}

#writing {
  position: relative;
}

#writing.is-hidden {
  display: none;
}

#posts .category {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 1.5rem;
  align-items: start;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  padding-bottom: 2rem;
  margin-bottom: 20px;
  background: var(--pico-card-background-color);
  padding: 50px;
  border-radius: var(--pico-border-radius);
  box-shadow: var(--pico-card-box-shadow);
}

#posts .category:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#posts .category h4 {
  position: relative;
  color: var(--pico-color);
  font-weight: 600;
  /*padding-left: 1.5rem;*/
  margin-bottom: 0;
  margin-top: .2rem;
  font-family: 'MessinaSerif', serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: start;
}

#posts .category .post {
  grid-column: 2;
}

#posts .category .post:last-child {
  margin-bottom: 0;
}

#posts .category .post h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}

#posts .category .post h3 a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  /*text-decoration-color: rgba(0,0,0,0.75);*/
  color: var(--text-highlight-color);
  /*color: #3b6c11; make this a variable*/
  font-weight: 400;
}

#posts .category .post h3 a:hover {
  text-decoration: none;
}

#posts .category .post p {
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: -0.1px;
  color: var(--pico-color);
}

@media (max-width: 768px) {
  #posts .category {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  #posts .category h4 {
    grid-column: 1;
    grid-row: 1;
  }

  #posts .category .post {
    grid-column: 1;
  }
}

#posts .post-entry {
  margin-bottom: 1.5rem;
}

#posts .post-entry:last-child {
  margin-bottom: 0;
}

#posts .post-entry h5 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}

#posts .post-entry h5 a {
  text-decoration: underline;
  color: var(--pico-color);
}

#posts .post-entry p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--pico-color);
}

/* writing modal */
html.modal-open,
body.modal-open {
  overflow: hidden;
  height: 100%;
}

#post-modal {
  position: fixed;
  --modal-offset-top: 120px;
  --modal-bottom-gap: 40px;
  top: var(--modal-offset-top, 0px);
  left: 0;
  right: 0;
  height: calc(100vh - var(--modal-offset-top, 0px) - var(--modal-bottom-gap));
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0 2rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

#post-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

#post-modal article {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 1600px;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  padding: 0 2.5rem 3rem 2.5rem;
  box-sizing: border-box;
  overflow: auto;
  background: var(--pico-card-background-color);
  box-shadow: 0px 50px 100px -20px rgba(0, 0, 0, 0.15);
}

#post-modal .close-holder {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 20px;
  left: 0;
  z-index: 11;
}

#post-modal [data-modal-close] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  right: -28px;
  border-radius: 10px;
  background: var(--pico-muted-color);
  border: none;
  color: var(--pico-primary);
  padding: 0;
  cursor: pointer;
}

#post-modal [data-modal-close]::before,
#post-modal [data-modal-close]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: var(--modal-close-icon-color);
  transform-origin: center;
}

#post-modal [data-modal-close]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#post-modal [data-modal-close]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#post-modal .modal-post-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

#post-modal.is-opening {
  animation: modal-in 220ms ease both;
}

#post-modal.is-opening .modal-scrim {
  animation: backdrop-in 220ms ease both;
}

#post-modal.is-closing {
  animation: modal-out 180ms ease both;
}

#post-modal.is-closing .modal-scrim {
  animation: backdrop-out 180ms ease both;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes modal-out {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
}

@keyframes backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes backdrop-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #post-modal.is-opening,
  #post-modal.is-closing,
  #post-modal.is-opening .modal-scrim,
  #post-modal.is-closing .modal-scrim {
    animation: none;
  }
}

/* posts */
#post-wrapper {
  padding: 90px;
  background: var(--pico-card-background-color); 
  border-radius: 16px;
  margin-bottom: 3rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#post-content {
  max-width: 705px;
  margin: 50px auto 0;
}

#post-content hgroup {
  text-align: center;
  margin-bottom: 3rem;
}

#post-content hgroup h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 1rem 0;
}

#post-content hgroup h2 {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 200;
  color: var(--text-highlight-color);
}

/*#post-content > p:first-of-type::first-letter {
  float: left;
  font-size: 4.9em;
  line-height: 0.9;
  padding: 0.02em 0.08em 0 0;
  color: var(--pico-color-secondary);
  margin-bottom: -1px;
}*/

#post-content h1,
#post-content h2 {
  font-weight: 400;
}

#post-content h1 {
  font-size: 3.5rem;
  margin-bottom: .2rem;
}

#post-content h2 {
  font-size: 1.6rem;
}

#post-content h3 {
  font-size: 1.2rem;
}

#post-content article {
  padding: 40px;
  margin: 40px -40px;
}

#post-content blockquote {
  font-style: italic;
  font-size: 1.3rem;
  padding: 0 1rem;
  margin: 2rem 0;
}

#post-content blockquote footer {
  font-size: 1rem;
  text-align: left;
}

#post-content blockquote cite {
  font-style: normal;
}

#post-content ul, #about ul {
  list-style: none;
  margin-left: .5rem;
  padding-left: 1.2em;
}

#post-content ul li, #about ul li {
  position: relative;
  list-style: none;
}

#post-content ul li::before, #about ul li::before {
  content: "•";
  position: absolute;
  left: -0.6em;
  top: -0.3em;
  font-size: 1.4em;
}

#post-content .cta {
  text-align: center;
  margin-top: 2rem;
}

.no-margin {
  margin-bottom: 0;
}

#post-content .table-wrapper {
  border-radius: var(--pico-border-radius);
  background: var(--pico-card-background-color);
  margin: 2rem 0;
}

#post-content td, #post-content th {
  background: var(--pico-card-background-color);
  font-weight: 400;
  vertical-align: top;
}

#post-content td {
  font-weight: 200;
}

/* contact form */
#contact-form {
  margin-top: 2rem;
}

#contact-form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 200;
}

#contact-form label:last-of-type {
  margin-bottom: 1.5rem;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form select,
#contact-form textarea {
  --pico-border-radius: 6px;
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.5rem;
  font-family: 'MessinaSerif';
  font-weight: 200;
  font-size: 1rem;
  border: 1px solid var(--pico-primary);
  border-radius: var(--pico-border-radius);
  background-color: var(--pico-card-background-color);
  color: var(--pico-color);
  transition: border-color 500ms ease, background-color 600ms ease, color 500ms ease;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus {
  outline: none;
  border-color: var(--pico-primary);
}

#contact-form textarea {
  resize: vertical;
  min-height: 120px;
  font-family: 'MessinaSerif';
}

#contact-form input::placeholder,
#contact-form textarea::placeholder,
#contact-form select option:disabled {
  color: var(--pico-color);
  opacity: .8;
}

/* Firefox placeholder styling */
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: var(--pico-color);
  opacity: .8;
}

#contact-form button[type="submit"] {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: .8rem;
  background-color: var(--pico-primary-background);
  color: var(--pico-primary-inverse);
  border: none;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 500ms ease;
  width: auto;
}

#contact-form button[type="submit"]:hover:not(:disabled) {
  background-color: var(--pico-primary-hover);
}

#contact-form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-status {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: var(--pico-border-radius);
  font-weight: 200;
}

.form-status.success {
  background-color: var(--pico-primary-background);
  color: var(--pico-primary-inverse);
  border: 1px solid var(--pico-primary);
}

.form-status.error {
  background-color: rgba(255, 0, 0, 0.1);
  color: var(--pico-color);
  border: 1px solid rgba(255, 0, 0, 0.3);
}

[data-theme="dark"] .form-status.error {
  background-color: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.4);
}

/* media queries and mobile overrides */
@media (max-width: 576px) {
  nav ul:first-of-type a {
    display: none;
  }
  nav ul:last-of-type {
    font-size: 1rem;
    margin-top: 20px;
  }
  nav a {
    font-size: 1rem;
  }
  h1 {
    font-size: 3.3rem;
  }
  #testimonials .squircle {
    width: 96px;
    height: 96px;
  }
  #testimonials p {
    font-size: 1.1rem;
  }
  #testimonials p, #testimonials cite {
    padding-left: 125px;
  }
  #post-modal {
    padding: 0 1rem;
  }
  #post-modal .close-holder {
    top: 10px;
  }
  #post-modal [data-modal-close] {
    width: 30px;
    height: 30px;
  }
}  

@media (min-width: 576px) {
  .container {
      padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  :host,
  :root {
    --pico-font-size: 120%;
  }
}