.font-frank { 
    font-family: 'Frank Ruhl Libre', serif; 
}

.font-abel { 
    font-family: 'Abel', sans-serif; 
}

.font-neue { 
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif; 
}

.font-goudy {
    font-family: 'Goudy Old Style', 'Times New Roman', serif;
    font-weight: 400;
}

.font-aero {
    font-family: 'At Aero TRIAL', 'Arial', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.adjustLetterSpacing { 
    letter-spacing: inherit; 
}

/* Layout constraints */
body {
    min-width: 1600px;
}

/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

/* Hide video controls and scrollbar */
video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

video {
    outline: none;
}
