.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    display: inline-block;
    vertical-align: middle;
}

.text-stroke-white {
    -webkit-text-stroke: 1px white;
    color: transparent;
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.btn-hover-invert:hover {
    background-color: #ffffff;
    color: #000000;
}

.project-image-container:hover img {
    transform: scale(1.05);
}

.swiss-border {
    border: 2px solid #1a1c1c;
}

.swiss-border-b {
    border-bottom: 2px solid #1a1c1c;
}

.swiss-border-t {
    border-top: 2px solid #1a1c1c;
}

.swiss-grid-line {
    background-color: #1a1c1c;
    height: 2px;
    width: 100%;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}