/*------------
 Embed Font
------------*/

@font-face {
    font-family: "Alegreya";
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/bookfonts/Alegreya-Regular.woff);
}

@font-face {
    font-family: "Alegreya";
    font-weight: normal;
    font-style: italic;
    src: url(/fonts/bookfonts/Alegreya-Italic.woff);
}

@font-face {
    font-family: "Alegreya";
    font-weight: bold;
    font-style: normal;
    src: url(/fonts/bookfonts/Alegreya-Bold.woff);
}

/* FIXME: Maybe replace small caps font with Stone Sans SC */

@font-face {
    font-family: "Alegreya Sans SC";
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/bookfonts/AlegreyaSansSC-Regular.woff);
}

@font-face {
    font-family: "Alegreya SC";
    font-weight: normal;
    font-style: normal;
    src: url(/fonts/bookfonts/AlegreyaSC-Regular.woff);
}

/*------------
 Layout
------------*/

body {
    font-family: Alegreya, serif;
    font-size: 1.1em /* overrides ../../css/thai-talks.css:261 */;
}

/*------------
 Headings
------------*/

h1 {
    text-align: left /* overrides ../../css/thai-talks.css:462 */;
    font-size: 1.3em /* overrides ../../css/thai-talks.css:418 */;
    text-indent: 4% /* overrides ../../css/thai-talks.css:469 */;
    font-style: normal /* overrides ../../css/thai-talks.css:421 */;
    padding: 0;
    font-family: "Alegreya Sans SC", sans-serif;
}

h2 {
    font-size: 0.9em /* overrides ../../css/thai-talks.css:530 */;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em /* overrides ../../css/thai-talks.css:541 */;
}

#titlepage h2 {
    letter-spacing: 0.02em /* overrides ../../css/thai-talks.css:605 */;
    font-style: normal /* overrides ../../css/thai-talks.css:584 */;
    font-family: serif;
    font-family: "Alegreya SC", sans-serif;
}

#titlepage h3 {
    font-style: italic /* overrides ../../css/thai-talks.css:664 */;
    font-size: 1.3em /* overrides ../../css/thai-talks.css:658 */;
}

#titlepage h3 + h3 {
    margin: 2% 0 0 0 /* overrides ../../css/thai-talks.css:714 */;
}

#titlepage h4 {
    font-style: normal /* overrides ../../css/thai-talks.css:722 */;
    font-size: 0.85em;
    margin-top: 6% /* overrides ../../css/thai-talks.css:746 */;
    font-family: "Alegreya Sans SC", sans-serif;
}

#titlepage h5 {
    font-style: italic /* overrides ../../css/thai-talks.css:786 */;
    font-size: 1.2em;
    margin-top: 1% /* overrides ../../css/thai-talks.css:803 */;
}

/*------------
Copyright Page
------------*/

#copyright h2 {
    font-family: "Alegreya Sans SC", sans-serif;
}

/*------------
 Paragraphs
------------*/

.answer {
    margin-top: 5%;
}

.answer p {
    margin: 0.2em 0;
    font-style: italic;
}

.answer + p {
    margin-top: 5%;
}

.address {
    text-transform: none;
    font-style: italic /* overrides ../../css/thai-talks.css:1521 */;
}
