/*
 * Fígaro Website - typography parity
 * Keeps the public site visually identical across Staging and Production.
 * The Website theme stores its fonts in the database, so this stylesheet is
 * deliberately loaded after the theme bundle and owns the public typography.
 */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:300,300i,400,400i,700,700i&display=swap");

:root {
    --font-sans-serif: "Playfair Display", "Odoo Unicode Support Noto", serif;
    --body-font-family: var(--font-sans-serif);
}

body,
#wrapwrap {
    font-family: var(--body-font-family);
}

#wrapwrap h1,
#wrapwrap h2,
#wrapwrap h3,
#wrapwrap h4,
#wrapwrap h5,
#wrapwrap h6,
#wrapwrap .h1,
#wrapwrap .h2,
#wrapwrap .h3,
#wrapwrap .h4,
#wrapwrap .h5,
#wrapwrap .h6 {
    font-family: "Playfair Display", "Odoo Unicode Support Noto", serif;
    font-weight: 400;
}
