@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
    font-family: Bariol;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/bariol_light-webfont.woff") format("woff");
}

@font-face {
    font-family: Bariol;
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/bariol_bold_italic-webfont.woff") format("woff");
}

@font-face {
    font-family: Bariol;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/bariol_regular-webfont.woff") format("woff");
}

@font-face {
    font-family: Bariol;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/bariol_bold-webfont.woff") format("woff");
}

@font-face {
    font-family: Bariol;
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/bariol_bold_italic-webfont.woff") format("woff");
}

@font-face {
    font-family: Bariol;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/bariol_regular_italic-webfont.woff") format("woff");
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: Bariol, sans-serif;
    font-size: 1.125rem;
    line-height: 1.571;
    color: rgb(60, 60, 60);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #032856;
}

.navbar {
    /* background-color: #032856; */
    /* background-image: url("../img/header-bg.jpg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand .nutrica {
    -webkit-filter: grayscale(100%) contrast(100) invert(1);
    filter: grayscale(100%) contrast(100) invert(1);
}

.card {
    min-width: 250px;
    min-height: 200px;
    border-radius: 25px;
    padding: 15px;
    margin: 10px;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.btn-primary {
    background-color: #032856;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #2b3c90;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
}