/* ==========================================================================
    Conturalis - Local Icons (Material Symbols)
    File: /assets/css/cts-icons.css
   ========================================================================== */

/* -----------------------------------------
   1. Font Face Declarations (Variable)
   ----------------------------------------- */

/* Outlined */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('../icons/material-symbols/material-symbols-outlined.woff2') format('woff2');
}

/* Rounded */
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('../icons/material-symbols/material-symbols-rounded.woff2') format('woff2');
}

/* Sharp */
@font-face {
    font-family: 'Material Symbols Sharp';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('../icons/material-symbols/material-symbols-sharp.woff2') format('woff2');
}

/* -----------------------------------------
   2. The Universal Conturalis Icon Class
   ----------------------------------------- */

.cts-material-icon {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Default optical size */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}