﻿html
{
  width: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

*
{
  box-sizing: border-box;
}


@font-face
{
  font-family: 'Inter';
  src: url('/fonts/inter/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face
{
  font-family: 'Inter';
  src: url('/fonts/inter/inter-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body
{
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;

  color: rgb(34,34,34);
  background: rgb(255,255,255);
}

.bgimg
{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

img
{
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4
{
  white-space: normal;
  margin: 0;
  padding: 0;
}

a.link
{
  text-decoration: none;
}

.link
{
  cursor: pointer;
  text-decoration: underline;
}

h11
{
  font-family: 'Calibri', sans-serif;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
  word-spacing: 1px;
}

h1
{
  font-family: 'Inter', sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

h2
{
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 22px;
}

h3
{
  font-family: 'Kalam', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h4
{
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}