/* =====================================================
   BASE
===================================================== */

*,
*::before,
*::after{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#f8f5f0;
    color:#2d2926;
    font-family:"Cormorant Garamond", serif;
}

main{
    display:block;
}
