@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('~/fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style:normal;
    font-weight: 500;
    src: url('~/fonts/Roboto-Medium.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('~/fonts/Roboto-Bold.woff') format('woff');
}

body {
    font-family: Roboto, sans-serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.ac-jumbo-bg {
    background-image: url('../images/header2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    min-height: 50vh;
    text-transform: capitalize;
    width: 100%;
}
.ac-btn {
    border-radius: 13px;
}
/* targeting all for now */
ul li {
    margin-bottom: 10px;
}