/*
    Theme Name: GeneratePress Child
    Description: Child theme for GeneratePress
    Template: generatepress
    Text Domain: generatepress-child
*/

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Teko:wght@300..700&display=swap');

h1 {
    &.entry-title {
        font-size: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
        padding-bottom: 4.5rem;   
        border-bottom: 1px solid #adadcc; 
    }
}

h2 {
    font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
}

h1, h2 {
    font-weight: 500;
}

body {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #0a0028;
    background-color: #fff;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}   