/* Custom Fonts for Experience Shelburne */

/* Adriano Etc - Display/Heading Font */
@font-face {
    font-family: 'Adriano Etc';
    src: url('../fonts/AdrianoEtc-Regular.woff2') format('woff2'),
         url('../fonts/AdrianoEtc-Regular.woff') format('woff'),
         url('../fonts/AdrianoEtc-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Public Sans - Body Font (from Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;600;700&display=swap');
