:root {
    --dark: #154854;
    --light: #348282;
    --accent: #e8c718;
    --text: #081313;
    --bs-dark-rgb: 21, 72, 84;
    --bs-primary-rgb: 52, 130, 130;
    --bs-black-rgb: 8, 19, 19;
}

@font-face {
    font-family: 'orkney';
    src: url('fonts/Orkney Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu';
    src: url('fonts/UbuntuRegular.ttf') format('truetype');
}

p {
    font-family: "ubuntu", sans-serif;
}

h1{
    font-family: "orkney", serif;
    /*font-weight: bolder !important;*/
}

a{
    font-family: "orkney", serif;
    /*font-weight: bolder !important;*/
}

hr {
    color: var(--light);
    height: 2px;
}

#logo {
    max-height: 100px;
}

#pp {
    max-height: 200px;
}

.cto {
    border-color: var(--dark);
    color: var(--dark);
}

.cto:hover {
    color: white;
    background: var(--dark);
}