@font-face {
    font-family: 'Whitney';
    src: url('/Fonts/Whitney/Book/Whitney-Book.woff2') format('woff2'),
        url('/Fonts/Whitney/Book/Whitney-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Whitney';
    src: url('/Fonts/Whitney/Medium/Whitney-Medium.woff2') format('woff2'),
        url('/Fonts/Whitney/Medium/Whitney-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Whitney';
    src: url('/Fonts/Whitney/Semibold/Whitney-Semibold.woff2') format('woff2'),
        url('/Fonts/Whitney/Semibold/Whitney-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercury-text-g2';
    src: url('/Fonts/Mercury/Roman/MercuryTextG2-Roman.woff2') format('woff2'),
    url('/Fonts/Mercury/Roman/MercuryTextG2-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 100%;
    font-family: 'Whitney', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    margin: 0;
}

/* .gm-style-iw  button {
    display: none !important;
}  */




@property --sidebar-link-color {
    syntax: '<color>';
    inherits: true;
    initial-value: #C6DFBE;
}