@import url('beausite-slick.css');
@import url('brown-bold.css');
@import url('brown-bolditalic.css');
@import url('brown-light.css');
@import url('brown-lightitalic.css');
@import url('brown-italic.css');
@import url('brown-regular.css');

/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}

body {
  font-family: 'LL Brown Regular Web';
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 800px;
  margin: auto;
}

.foc-logo {
  width: 100%;
  max-width: 102px;
}

.text-uppercase {
  text-transform: uppercase;
}

.store-links-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.store-link img {
  height: 55px;
}

.web-btn {
  color: #a4a4a4;
  line-height: 1.3em;
  border-bottom: 1px solid #a4a4a4;
  text-decoration: none;
  margin-top: 20px;
}

.spacer-40 {
  height: 40px;
}

.spacer-50 {
  height: 50px;
}

.message {
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
  width: 80%;
}

.message-light {
  font-family: 'LL Brown Light Web';
  margin-bottom: 1rem;
  text-align: center;
  width: 80%;
}
