/* =========================================
   Google Material Symbols Rounded
   ========================================= */

@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    src: url('../font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2') format('woff2');
}


/* =========================================
   Base Icon
   ========================================= */

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 20;
}


/* =========================================
   Size
   ========================================= */

.material-symbols-rounded.sm {
    font-size: 18px;
}

.material-symbols-rounded.md {
    font-size: 24px;
}

.material-symbols-rounded.lg {
    font-size: 32px;
}

.material-symbols-rounded.xl {
    font-size: 40px;
}


/* =========================================
   Weight
   ========================================= */

.material-symbols-rounded.thin {
    font-variation-settings:
        'FILL' 0,
        'wght' 200,
        'GRAD' 0,
        'opsz' 24;
}

.material-symbols-rounded.normal {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

.material-symbols-rounded.bold {
    font-variation-settings:
        'FILL' 0,
        'wght' 700,
        'GRAD' 0,
        'opsz' 24;
}


/* =========================================
   Filled
   ========================================= */

.material-symbols-rounded.filled {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}


/* =========================================
   Filled + Bold
   ========================================= */

.material-symbols-rounded.filled-bold {
    font-variation-settings:
        'FILL' 1,
        'wght' 700,
        'GRAD' 0,
        'opsz' 24;
}


/* =========================================
   Pointer
   ========================================= */

.material-symbols-rounded.clickable {
    cursor: pointer;
}


/* =========================================
   Button Icon
   ========================================= */

.material-symbols-rounded.button-icon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
}