﻿@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

/*@font-face {
    font-family: 'Palatino';*/ /* Name you assign */
    /*src: url('../fonts/Palatino.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/


/*.eb-garamond-<uniquifier {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}*/


@font-face {
    font-family: "EB Garamond", serif;
    /*font-optical-sizing: auto;*/
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "EB Garamond", serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: "EB Garamond", serif;
}
