/* Common Styles for Leatherlix Presentations */

@layer utilities {
    .ppt-slide {
        position: relative;
        width: 100%;
        max-width: 1280px;
        min-height: 100vh;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        overflow: hidden;
    }
}

/* Base Material Icons Fixes */
.material-icons {
    width: 1em;
    direction: rtl;
}