﻿@font-face {
    font-family: "FSBenjaminProMedium";
    src: url("../fonts/FSBenjaminProMedium/font.woff2") format('woff2'), url("../fonts/FSBenjaminProMedium/font.woff") format('woff');
}
@font-face {
    font-family: "AlbertusNovaRegular";
    src: url('../fonts/AlbertusNovaRegular/font.woff2') format('woff2'), url('../fonts/AlbertusNovaRegular/font.woff') format('woff');
}

@font-face {
    font-family: "GaraldaDemibold";
    src: url('../fonts/Garalda_Demibold/Garalda-Demibold.woff2') format('woff2'), url('../fonts/Garalda_Demibold/Garalda-Demibold.woff') format('woff');
}

body {
    font-family: "GaraldaDemibold", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: #f6f2ef;
}

.fs-benjamin {
    font-family: "FSBenjaminProMedium", sans-serif !important;
}

button {
    font-family: "FSBenjaminProMedium", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
h1 {
    font-family: "AlbertusNovaRegular", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 10px;
}

h3 {
    font-family: "FSBenjaminProMedium", sans-serif;
    font-weight: 400;
    font-style: normal;
}


hr {
    color: #b8a1dd;
    opacity: 1;
    height: 2px;
}

.ratesTableDesktop {
    display: none;
}

.ratesTableMobile {
    max-width: 450px;
    margin: auto;
}

.footer-links-container a {
    color: black;
    text-decoration: none;
}
