/*
 Theme Name:   OPE Child
 description: >-
   A child theme one page express
 Template:     one-page-express
 Version:      1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,700;1,400&family=Montserrat:wght@300;400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}