/*
Theme Name: SUCE Custom
Theme URI: https://www.suce.it/
Author: Trae
Version: 1.0.0
Text Domain: suce
*/

html,
body {
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.suce-nav a {
  text-decoration: none;
}

.suce-nav a:hover {
  color: rgb(209, 29, 38);
}

.suce-nav a.is-current {
  color: #d11d26;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}

.suce-footer a:hover {
  color: rgb(209, 29, 38);
}

.prose a { text-decoration: underline; }
.prose ul { list-style: disc; padding-left: 1.25rem; }
.prose ol { list-style: decimal; padding-left: 1.25rem; }
.prose img { height: auto; max-width: 100%; }

.custom-logo-link img,
.custom-logo-link svg {
  height: 89px;
  width: auto;
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  border: 1px solid rgb(209 213 219);
  border-radius: 0.75rem;
  padding: 0.75rem 0.9rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #d11d26;
  box-shadow: 0 0 0 3px rgba(209, 29, 38, 0.25);
}
nav li{
  font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
