/* ============================================
   TIPOGRAFÍA SYNE
   ============================================ */

/* Carga de fuente Syne local - Peso 400 (Regular) */
@font-face {
    font-family: 'Syne';
    src: url('../../styles/fonts/Syne/Syne-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Syne" !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'ss04' on;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
    font-size: 14px !important;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.fa {
    font-family: FontAwesome !important;
}

.header .search-link {
    border-radius: 50px;
    background-color: #FFFFFF;
    width: 227px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}