@font-face {
    font-family: 'HelveticaNeue';
    src: url('/assets/fonts/HelveticaNeueLight.otf') format('opentype');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/assets/fonts/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/assets/fonts/HelveticaNeueBold.otf') format('opentype');
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/assets/fonts/HelveticaNeueThin.otf') format('opentype');
    font-weight: 100;
    font-display: swap
}

@font-face {
    font-family: 'Cooper Md BT';
    src: url('/assets/fonts/Cooper Md BT Medium.ttf') format('truetype');
    font-weight: 400;
    font-display: swap
}

.philosophy-page {
    padding: 60px 0 80px;
    font-family: 'HelveticaNeue', Arial, sans-serif
}
.philosophy-page .container {
    max-width: 900px
}
.philosophy-page h1 {
    font-family: 'Cooper Md BT', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px
}
.philosophy-page h2 {
    font-family: 'Cooper Md BT', Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin: 40px 0 12px
}
.philosophy-page p {
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin: 0 0 14px
}
.philosophy-page ul {
    padding-left: 20px;
    margin: 0 0 14px
}
.philosophy-page li {
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 4px
}
.philosophy-page .philosophy-tagline {
    font-family: 'Cooper Md BT', Georgia, serif;
    font-size: 22px;
    color: #2A0F14;
    margin: 32px 0 14px
}
@media (max-width: 768px) {
    .philosophy-page {
        padding: 40px 0 60px
    }
    .philosophy-page h1 {
        font-size: 26px
    }
    .philosophy-page h2 {
        font-size: 20px;
        margin: 28px 0 10px
    }
    .philosophy-page p,
    .philosophy-page li {
        font-size: 14px
    }
    .philosophy-page .philosophy-tagline {
        font-size: 17px
    }
}
