/*Author: Holly Dahlstrom
    Date Created: 11/13/2024
    This is the style for the Bootstrap Honey Page*/

@import url('https://fonts.googleapis.com/css2?family=Tsukimi+Rounded:wght@300;400;500;600;700&display=swap');

body {
    background-color:rgb(212, 178, 55);
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color:rgb(163, 119, 42);
    text-align: center;
    font-family: "Tsukimi Rounded", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-top: 4px solid rgb(245, 167, 66);
    padding-top: 0.5em;
    margin-top: 0.75em; 
}

h2, h3 {
    color:rgb(163, 119, 42);
    font-family: "Tsukimi Rounded", sans-serif;
    font-style: normal;
}

.main-content {
    color: rgb(15, 15, 15);
    font-family: "Tsukimi Rounded", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1.2em;
}