/* Esoris Font Definition */
@font-face {
    font-family: 'Esoris';
    src: url('../fonts/Esoris.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply Esoris font only to "Welcome to MyPaste" heading */
.welcome-title {
    font-family: 'Esoris', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
}