/* Webfont: Baumans */
@font-face {
    font-family: 'Baumans';
    src: url('/v6/custom/lamarmorasuites/fonts/Baumans/Baumans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Vaughan */

/* Light */
@font-face {
    font-family: 'Vaughan';
    src: url('/v6/custom/lamarmorasuites/fonts/Vaughan/Vaughan-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}


/* Regular */
@font-face {
    font-family: 'Vaughan';
    src: url('/v6/custom/lamarmorasuites/fonts/Vaughan/Vaughan.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Semibold */
@font-face {
    font-family: 'Vaughan';
    src: url('/v6/custom/lamarmorasuites/fonts/Vaughan/Vaughan-Semibold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}


/* Bold */
@font-face {
    font-family: 'Vaughan';
    src: url('/v6/custom/lamarmorasuites/fonts/Vaughan/Vaughan-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Black */
@font-face {
    font-family: 'Vaughan';
    src: url('/v6/custom/lamarmorasuites/fonts/Vaughan/Vaughan-Black.otf') format('opentype');
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
}