/* @import url('https://fonts.googleapis.com/css2?family=Roboto Slab:wght@200;300;400;500;600;700;800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap'); */
/* 
@font-face {
    font-family: CynthoSlabPro-Regular;
    src: url("assets/CynthoSlabPro-Regular.otf") format("opentype");
} */


/* @font-face {
    font-family: Manrope;
    src: url("assets/manrope.woff2") format("woff");
} */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: 'Roboto Slab', sans-serif; */
    /* font-family: 'CynthoSlabPro-Regular', sans-serif; */
    font-family: 'Manrope', sans-serif;
    font-size: 14pt;
}


/* body */
body {
    font-size: 17pt;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Roboto'; */
    /* font-family: 'CynthoSlabPro-Regular'; */
    
    /* font-family: 'Roboto Slab'; */
    /* font-family: 'Montserrat'; */
}

/* large title */
h1 {
    font-family: 'Roboto Slab';
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin: 1.5rem;
    /* 0; */
}

/* title */
h2 {
    font-size: 28pt;
}

/* small title */
h3 {
    font-size: 22pt;
}

/* headline */
h4 {
    font-size: 1.17rem;
}

/* callout */
h5 {
    font-size: 0.82;
}

/* footnote */
h6 {
    font-size: 0.76rem;
}


p {
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0.5px;

}

pre {
    font-family: monospace;
    font-size: 10px;
    line-height: 11px;
}