@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&family=Roboto:wght@400;500;700&display=swap');

*, :before, :after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body, button, input, select, textarea {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans", sans-serif;
    color: #092253;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}
