:root {
    --main-brand-color: #92A69A;
    --primary-color: #C2C2AB;
    --secondary-color: #E4B4AE;
    --section-color: #cfcfb8;
    --text-color: #000000;
    --secondary-text-color: #FFFFFF;

}

@font-face {
    font-family: "Autumn-Wind";
    src:    url("fonts/Autumn-Wind.woff") format("woff"),
            url("fonts/Autumn\ Wind.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

.imperial-script-regular {
    font-family: "Imperial Script", serif;
    font-weight: 400;
    font-style: normal;
  }

* {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.927);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    color: var(--text-color);
    
}

h1 {
    font-size: 40pt;
    line-height: 115%;
}

h3 {
    font-size: 18pt;
    line-height: 115%;
}