/*
 Theme Name:   Sadhbh Bheag's Blog
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Child Theme of Seedlet 
 Author:       Sadhbh Bheag
 Author URI:   http://example.com
 Version:      0.0.1
 Template:     seedlet
 Parent Theme Name:  Seedlet
 Parent Theme URI:   https://wordpress.com/theme/seedlet
 Parent Author:      Automattic
 Parent Author URI:  https://automattic.com/
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sadhbhbheag
*/

body {
    font-family: El Messiri, Arial, Helvetica, sans-serif;
}

.entry-content, .entry-summary {
    font-family: El Messiri, Arial, Helvetica, sans-serif;
}

.site-title a {
    font-family: Cardinal, cursive;
    text-decoration: none;
}

.site-description {
    font-family: Luminari;
    font-size: 1.75rem;
}

.entry-title {
    font-family: Luminari;
    font-size: 2rem;
}

a {
    font-family: Fondamento;
    text-decoration: underline;
    font-weight: bold;
    border-bottom: 0;
}