/* ================================
   FONTS E BACKGROUND COLOR
================================ */

@font-face {
    font-family: 'CinzelCustom';
    src: url('./assets/fonts/Cinzel-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLight';
    src: url('./assets/fonts/Avenir-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'AvenirLight', sans-serif;
    background: #f4f5f7;	
}

h1, h2, h3, h4 {
    font-family: 'CinzelCustom', serif;
    color: #B09E80;
}
