@font-face {
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 400;
    src: local("Euclid Circular B"),
    url("../webfonts/Euclid-Circular-B-Regular.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: italic;
    font-weight: 400;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-Italic.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 300;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-Light.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: italic;
    font-weight: 300;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-Light-Italic.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 500;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-Medium.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: italic;
    font-weight: 500;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-Medium-Italic.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 600;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: italic;
    font-weight: 600;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-SemiBold-Italic.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: normal;
    font-weight: 700;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-Bold.woff") format("woff");
}

@font-face {
    font-family: "Euclid Circular B";
    font-style: italic;
    font-weight: 700;
    src: local("Euclid Circular B"), url("../webfonts/Euclid-Circular-B-Bold-Italic.woff") format("woff");
}

body{
    font-family: "Euclid Circular B", sans-serif;
    font-weight: 300;
    background-color: rgba(183, 155, 52, 1.00);
}

h1{
    font-weight: 400;
    font-size: 1.75rem;
}

a{
    color: rgba(151, 24, 4, 1.00);
}

a:hover{
    color: rgba(183, 155, 52, 1.00);
}

.main-content{
    background-color: white;
}

.btn{
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.5rem 1.5rem;
}

a.btn{
    min-width: 20rem;
    background-color: rgba(151, 24, 4, 1.00);
    color: white;
}
a.btn:hover{
    background-color: rgba(183, 155, 52, 1.00);
    color: white;
}