@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Jersey+15&family=Play:wght@400;700&display=swap');

* {
    box-sizing: border-box;
}

::selection {
    background: white;
    color: #262626;
}

body {
    font-family: "Play", Tahoma, Verdana, sans-serif;
}

.row {
    display: flex;
}

.column {
    display: flex;
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

button {
    cursor: pointer;
}

iframe {
    border: none;
    width: 100%
}

.tippy-box[data-theme~='white'] {
  background-color: white;
  color: #262626;
    border: solid 2px #262626;
}

.tippy-box[data-theme~='white'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: white;
}

.tippy-box[data-theme~='white'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: white;
}