/*
  Theme Name: Primamed
  Author: Luka Cicak
  Description: A custom headless WordPress theme for Primamed.
  Version: 1.0.0
  Requires at least: 6.0
  Tested up to: 6.4
  Requires PHP: 8.0
  Text Domain: primamed
*/

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prodigy Sans";
  src: url("assets/fonts/ProdigySans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Prodigy Sans";
}

a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

main {
  width: 100%;
  height: calc(100vh - 32px - 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;

  h1,
  p {
    margin: 0;
  }

  h1 {
    font-size: 3rem;
  }

  p {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  a {
    text-decoration: none;
    background-color: #986f47;
    padding: 1rem 2rem;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
  }
}
