/* Custom Styles */

@font-face {
    font-family: Readex Pro Medium;
    src: url('readexpro-medium.ttf');
}

@font-face {
    font-family: DM Serif Display;
    src: url('dmserifdisplay.ttf');
}

@font-face {
    font-family: Quicksand Book Regular;
    src: url('quicksand-book.ttf');
}

@font-face {
    font-family: Readex Pro Bold;
    src: url('readexpro-bold.ttf');
}

h1, h2 {
    font-family: "Readex Pro Medium", serif !important; 
    letter-spacing: -0.02em;
}

h3 {
    font-family: "DM Serif Display", serif !important;
}

p {
    font-family: "Quicksand Book Regular", sans-serif !important;
    letter-spacing: -0.05em;
}

h6 {
    font-family: "Readex Pro Bold", serif !important;
    letter-spacing: -0.02em;
}