
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background: white;
    color: black;
}
p {
    font-size: 18px;
    font-weight: 400;
}
a {
    color: #FF4500;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
a:hover {
    color: #FF4500;
    text-decoration: none;
    border-bottom: 1px solid #FF4500;
}

a.border h3 {
    color: black;
}

.border {
    border-left: 1px solid #F1F1F1 !important;
    border-top: 1px solid #F1F1F1 !important;
    border-right: 1px solid #F1F1F1 !important;
    border-bottom: 0 !important;
}

.border.last {
    border-bottom: 1px solid #F1F1F1 !important;
}

a.border {
    transition: all 0.15s ease-in-out;
}

a.border:hover {    
    background: #F1F1F1;
    transition: all 0.15s ease-in-out;
}

h1 {
    font-family: "Silkscreen";
    font-weight: 700;
    font-style: normal;
}

img {
    background: white;
    height: 53px;
}

.color-primary {
    color: #FF4500;
}
.color-secondary {
    color: #767676;
}

.muted {
    opacity: 0.5 !important;
}
